mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-16 19:39:51 +00:00
Remove commented-out code
This commit is contained in:
parent
0f39b825e1
commit
eb128e65a4
162 changed files with 2092 additions and 6594 deletions
|
@ -30,7 +30,7 @@ void LightCone::onRender()
|
|||
{
|
||||
RenderObject::onRender();
|
||||
glBegin(GL_QUADS);
|
||||
//glNormal3f( 0.0f, 0, 1.0f);
|
||||
|
||||
glColor4f(color.x, color.y, color.z, 1*alpha.x);
|
||||
glVertex3f(0, 0, 0);
|
||||
glColor4f(color.x, color.y, color.z,1*alpha.x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue