Remove redundant glListEnd ();

This commit is contained in:
Shamus Young 2009-05-07 14:23:56 +00:00
parent 8466a7bc88
commit 0c5876b90d
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ CSky::CSky ()
} }
glEnd (); glEnd ();
glEndList(); glEndList();
glEndList();
sky = this; sky = this;
} }