Don't exit in video_shutdown()

This commit is contained in:
Aaron Culliney 2015-05-31 11:25:23 -07:00
parent a4f185d197
commit 6a453c3973

View File

@ -1069,9 +1069,6 @@ void video_shutdown(void) {
if (!is_headless) {
video_backend->shutdown();
}
#if !defined(__APPLE__)
exit(0);
#endif
#endif
}