Prevent 'projection matrix' abuse.

This commit is contained in:
Lionel Ulmer 2003-08-23 13:51:25 +00:00
parent 1820a3ad60
commit a63031a7b4
2 changed files with 3 additions and 5 deletions

View file

@ -101,8 +101,6 @@ void Engine::mainLoop() {
glEnable(GL_DEPTH_TEST);
currScene_->setupCamera();
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
// Draw actors
glEnable(GL_TEXTURE_2D);