Skip to content
Snippets Groups Projects
Commit eb6f1804 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

fixed a small memory leak in game.cpp

parent 60bb663b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment