removed comments for self explaining code

This commit is contained in:
2026-04-01 18:21:57 +02:00
parent ea1d6252ba
commit a9d3910ab3

View File

@@ -145,10 +145,8 @@ void Application::Shutdown() {
SDL_DestroyRenderer(m_Renderer);
// Destroy window
SDL_DestroyWindow(m_Window);
// Quit SDL subsystems
SDL_Quit();
}