Skip to content
Snippets Groups Projects
Commit ec2846df authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Call SDL_Quit on window destruction

parent 9c9ebf24
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -967,6 +967,9 @@ LLWindowSDL::~LLWindowSDL() ...@@ -967,6 +967,9 @@ LLWindowSDL::~LLWindowSDL()
} }
gWindowImplementation = NULL; gWindowImplementation = NULL;
// Shutdown SDL
SDL_Quit();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment