SDL timer thread doesn't exit at the end. Test doesn't use SDL_Init/SDL_Quit but SDLTest lib, and lib doesn't call SDL_Init at all. SDL3 version calls SDL_InitSubSystem. Adding SDL_Init works around the problem.
SDL timer thread doesn't exit at the end.
Test doesn't use SDL_Init/SDL_Quit but SDLTest lib, and lib doesn't call SDL_Init at all. SDL3 version calls SDL_InitSubSystem.
Adding SDL_Init works around the problem.