Remove useless clearing of the Z buffer

This commit is contained in:
Perttu Ahola 2012-03-22 22:15:38 +02:00
parent b91bba1ab2
commit c3f2b24a9a
1 changed files with 0 additions and 5 deletions

View File

@ -2663,11 +2663,6 @@ void the_game(
NULL);
}
// Clear Z buffer
driver->clearZBuffer();
// Draw some sky things
//draw_horizon(driver, camera.getCameraNode());
/*
End scene
*/