mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-20 21:16:04 +00:00
Fixed infinite recursion initializing properties
This commit is contained in:
parent
979214363f
commit
407a3cb4e0
2 changed files with 3 additions and 10 deletions
|
|
@ -185,6 +185,7 @@ int SDL_InitSubSystem(Uint32 flags)
|
|||
|
||||
SDL_InitLog();
|
||||
SDL_InitProperties();
|
||||
SDL_GetGlobalProperties();
|
||||
|
||||
/* Clear the error message */
|
||||
SDL_ClearError();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue