Re: How to end SDLActivity correctly
"EternalLands" <[email protected]> Fri, 16 Dec 2016 17:50:21 +0000
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Message-ID | <[email protected]> |
I always use exit(1); when I want to terminate the app. It works quite well. Return after the main loop doesn't work well, sometimes it will crash the next time the app is started. _______________________________________________ SDL mailing list [email protected] http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org