mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 10:03:45 +01:00
fixed a small memory leak in game.cpp
This commit is contained in:
parent
60bb663bf8
commit
eb6f1804fb
@ -2092,6 +2092,11 @@ void the_game(
|
|||||||
lastFPS = fps;
|
lastFPS = fps;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user