mirror of
https://github.com/minetest/minetest.git
synced 2024-12-23 22:52:25 +01:00
Remove useless clearing of the Z buffer
This commit is contained in:
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
Block a user