removed comments for self explaining code
This commit is contained in:
@@ -145,10 +145,8 @@ void Application::Shutdown() {
|
||||
|
||||
SDL_DestroyRenderer(m_Renderer);
|
||||
|
||||
// Destroy window
|
||||
SDL_DestroyWindow(m_Window);
|
||||
|
||||
// Quit SDL subsystems
|
||||
SDL_Quit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user