fixed lighting when in frustum render mode

This commit is contained in:
ZappoMan 2013-04-13 16:16:10 -07:00
parent 531e294052
commit bd837862de

View file

@ -651,6 +651,7 @@ void render_view_frustum() {
}
glEnd();
glEnable(GL_LIGHTING);
}