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:
+2
-2
@@ -1810,9 +1810,9 @@ SetFlashRect (RECT *pRect)
|
|||||||
}
|
}
|
||||||
flash_changed = 1;
|
flash_changed = 1;
|
||||||
UnlockMutex (flash_mutex);
|
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
|
// 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)
|
if (create_flash && flash_task == 0)
|
||||||
{
|
{
|
||||||
flash_task = AssignTask (flash_rect_func, 2048,
|
flash_task = AssignTask (flash_rect_func, 2048,
|
||||||
|
|||||||
Reference in New Issue
Block a user