From a9d3910ab30aa1e4904691bd06fdc9649e3eb257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Wed, 1 Apr 2026 18:21:57 +0200 Subject: [PATCH] removed comments for self explaining code --- SakuraCore/src/Application.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/SakuraCore/src/Application.cpp b/SakuraCore/src/Application.cpp index 31236eb..8f2a0af 100644 --- a/SakuraCore/src/Application.cpp +++ b/SakuraCore/src/Application.cpp @@ -145,10 +145,8 @@ void Application::Shutdown() { SDL_DestroyRenderer(m_Renderer); - // Destroy window SDL_DestroyWindow(m_Window); - // Quit SDL subsystems SDL_Quit(); }