TFB_DrawCommandQueue->FullSize wasn't initialised.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@275 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -141,6 +141,7 @@ TFB_DrawCommandQueue_Create()
|
||||
myQueue->Front = 0;
|
||||
myQueue->InsertionPoint = 0;
|
||||
myQueue->Batching = 0;
|
||||
myQueue->FullSize = 0;
|
||||
myQueue->Size = 0;
|
||||
|
||||
DCQ_sem = CreateSemaphore(1);
|
||||
|
||||
Reference in New Issue
Block a user