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