diff --git a/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c b/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c index 8bb35615d..df21b5d0c 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c +++ b/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c @@ -539,7 +539,7 @@ TFB_FlushGraphics () // Only call from main thread!! } else { - SDL_Delay(1); + SleepThread (1); } last_fade = current_fade;