mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
fixed a small memory leak in game.cpp
This commit is contained in:
parent
60bb663bf8
commit
eb6f1804fb
1 changed files with 5 additions and 0 deletions
|
@ -2092,6 +2092,11 @@ void the_game(
|
|||
lastFPS = fps;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Drop stuff
|
||||
*/
|
||||
clouds->drop();
|
||||
|
||||
/*
|
||||
Draw a "shutting down" screen, which will be shown while the map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue