Port close fix to unix_sdl.c
This commit is contained in:
@@ -198,6 +198,7 @@ sdl_destroy_texture(void)
|
||||
void
|
||||
sdl_close(void)
|
||||
{
|
||||
if (sdl_mutex != NULL)
|
||||
SDL_LockMutex(sdl_mutex);
|
||||
|
||||
/* Unregister our renderer! */
|
||||
|
Reference in New Issue
Block a user