]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Sprite.cpp
CLEANED UP WHITESPACE
[lugaru.git] / Source / Sprite.cpp
index 174caa6a9d5fb73c74c016409733b7b66893ae87..f40533155c5c0e44638970af79f3a4dd8fd976f5 100644 (file)
@@ -209,7 +209,7 @@ void Sprite::Draw()
         }
         lasttype = sprites[i]->type;
         lastspecial = sprites[i]->special;
-        glMatrixMode(GL_MODELVIEW);                                                    // Select The Modelview Matrix
+        glMatrixMode(GL_MODELVIEW);
         glPushMatrix();
         glTranslatef(sprites[i]->position.x, sprites[i]->position.y, sprites[i]->position.z);
         if ((sprites[i]->type == flamesprite || sprites[i]->type == weaponflamesprite || sprites[i]->type == weaponshinesprite)) {