Remove useless clearing of the Z buffer
parent
b91bba1ab2
commit
c3f2b24a9a
|
@ -2663,11 +2663,6 @@ void the_game(
|
|||
NULL);
|
||||
}
|
||||
|
||||
// Clear Z buffer
|
||||
driver->clearZBuffer();
|
||||
// Draw some sky things
|
||||
//draw_horizon(driver, camera.getCameraNode());
|
||||
|
||||
/*
|
||||
End scene
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue