Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a couple of typos in an unused debug message.
  • Loading branch information
danij-deng committed Jul 19, 2010
1 parent 31deb25 commit f0313f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/engine/portable/src/rend_sprite.c
Expand Up @@ -948,7 +948,7 @@ glEnable(GL_TEXTURE2D);
/*#if _DEBUG
if(params->vLightListIdx)
{ // Draw the vlight vectors, for debug.
glDisable(GL_TEXTURE2D);
glDisable(GL_TEXTURE_2D);
glDisable(GL_DEPTH_TEST);
glDisable(GL_CULL_FACE);
Expand All @@ -965,7 +965,7 @@ if(params->vLightListIdx)
glEnable(GL_CULL_FACE);
glEnable(GL_DEPTH_TEST);
glEnable(GL_TEXTURE2D);
glEnable(GL_TEXTURE_2D);
}
#endif*/

Expand Down

0 comments on commit f0313f3

Please sign in to comment.