From 6a453c3973b88f5627e032a0ee58827233d414e5 Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Sun, 31 May 2015 11:25:23 -0700 Subject: [PATCH] Don't exit in video_shutdown() --- src/display.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/display.c b/src/display.c index c718d1e3..929aa283 100644 --- a/src/display.c +++ b/src/display.c @@ -1069,9 +1069,6 @@ void video_shutdown(void) { if (!is_headless) { video_backend->shutdown(); } -#if !defined(__APPLE__) - exit(0); -#endif #endif }