Fix cleanup bugs

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-12-03 02:37:39 +02:00
parent 755936eee8
commit 63ab54216f
4 changed files with 14 additions and 10 deletions

View File

@@ -38,8 +38,6 @@ Application::~Application()
{
m_renderer.reset();
ImGui::DestroyContext(m_imgui_context);
SDL_DestroyWindow(m_window);
SDL_Quit();