Reset backface culling. (Fix bug #1960)

This commit is contained in:
Kester Maddock
2004-12-13 09:10:58 +00:00
parent a9128a5109
commit 5dc6d22e46

View File

@@ -1147,6 +1147,9 @@ void draw_tface_mesh(Object *ob, Mesh *me, int dt)
glLoadIdentity();
default_gl_light();
glPopMatrix();
glFrontFace(GL_CCW);
}
void init_realtime_GL(void)