mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
fixed a small memory leak in game.cpp
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user