mirror of
https://github.com/moparisthebest/minetest
synced 2025-01-11 05:38:01 -05:00
fixed a small memory leak in game.cpp
This commit is contained in:
parent
60bb663bf8
commit
eb6f1804fb
@ -2093,6 +2093,11 @@ void the_game(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Drop stuff
|
||||||
|
*/
|
||||||
|
clouds->drop();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Draw a "shutting down" screen, which will be shown while the map
|
Draw a "shutting down" screen, which will be shown while the map
|
||||||
generator and other stuff quits
|
generator and other stuff quits
|
||||||
|
Loading…
Reference in New Issue
Block a user