This commit is contained in:
Ben Kyd
2019-07-30 01:57:57 +01:00
parent 8c849318db
commit 2aa11e25e6
2 changed files with 2 additions and 5 deletions

View File

@@ -100,6 +100,7 @@ void Display::Close() {
SDL_DestroyRenderer(m_renderer);
SDL_DestroyWindow(m_window);
SDL_Quit();
Active = false;
}
Display::~Display() {