Skip to content

Commit

Permalink
Fix some bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
badmister committed Dec 24, 2024
1 parent 09e877f commit 3440127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ronin_simulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ namespace RoninEngine

Mix_Quit();
IMG_Quit();
SDL_Quit();
TTF_Quit();
SDL_Quit();

std::size_t memory_leak = Runtime::RoninMemory::mem_allocated();
if(memory_leak > 0)
Expand Down

0 comments on commit 3440127

Please sign in to comment.