mirror of
https://github.com/minetest/minetest.git
synced 2024-12-24 15:12:23 +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);
|
NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clear Z buffer
|
|
||||||
driver->clearZBuffer();
|
|
||||||
// Draw some sky things
|
|
||||||
//draw_horizon(driver, camera.getCameraNode());
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
End scene
|
End scene
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user