gpu: initialize targetBufferOffset on startup

This commit is contained in:
Adam
2021-11-07 18:01:36 -05:00
parent 94e2627697
commit 554ed2d4d4

View File

@@ -301,6 +301,7 @@ public class GpuPlugin extends Plugin implements DrawCallbacks
try
{
fboSceneHandle = rboSceneHandle = -1; // AA FBO
targetBufferOffset = 0;
unorderedModels = smallModels = largeModels = 0;
drawingModel = false;