mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 05:31:29 +00:00
62acfb3348
In SDL2, the initialized subsystems are referenced counted, so it's safe to initialize them twice, and it makes the SDL_QuitSubSystem during our shutdown correctly decrement the count. Before (as a probably-harmless bug), it would not increment the refcount if the subsystem was already initialized, causing problems when it decremented it later. |
||
---|---|---|
.. | ||
sdl_gamma.c | ||
sdl_glimp.c | ||
sdl_icon.h | ||
sdl_input.c | ||
sdl_snd.c |