diff --git a/sc2/src/sc2code/libs/graphics/sdl/dcqueue.c b/sc2/src/sc2code/libs/graphics/sdl/dcqueue.c index 15a8a8ae6..a2a496795 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/dcqueue.c +++ b/sc2/src/sc2code/libs/graphics/sdl/dcqueue.c @@ -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);