Changed SDL_Delay to SleepThread
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@389 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -539,7 +539,7 @@ TFB_FlushGraphics () // Only call from main thread!!
|
||||
}
|
||||
else
|
||||
{
|
||||
SDL_Delay(1);
|
||||
SleepThread (1);
|
||||
}
|
||||
|
||||
last_fade = current_fade;
|
||||
|
||||
Reference in New Issue
Block a user