Comment corrected

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3496 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-12-31 03:09:40 +00:00
parent cf4f878448
commit 2edc0d1d55
+2 -2
View File
@@ -1810,9 +1810,9 @@ SetFlashRect (RECT *pRect)
}
flash_changed = 1;
UnlockMutex (flash_mutex);
// we create the thread after the LoadIntoExtraScreen
// we create the thread after the LoadDisplayPixmap()
// so there is no race between the FlushGraphics in flash_task
// and the Enqueue in LoadIntoExtraScreen
// and the Enqueue in LoadDisplayPixmap()
if (create_flash && flash_task == 0)
{
flash_task = AssignTask (flash_rect_func, 2048,