From 21095f777b22a4e94d1f96d0839ceaae2749c92e Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Tue, 29 Jul 2025 16:08:51 +0100 Subject: [PATCH] Update gfxGLCircularVolatileBuffer.h revert, that broke it more by upping memory --- Engine/source/gfx/gl/gfxGLCircularVolatileBuffer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Engine/source/gfx/gl/gfxGLCircularVolatileBuffer.h b/Engine/source/gfx/gl/gfxGLCircularVolatileBuffer.h index 1212bed2e..cd961a19e 100644 --- a/Engine/source/gfx/gl/gfxGLCircularVolatileBuffer.h +++ b/Engine/source/gfx/gl/gfxGLCircularVolatileBuffer.h @@ -201,8 +201,6 @@ public: if (mBufferFreePos < mBufferSize) mUsedRanges.push_back(UsedRange(mBufferFreePos, mBufferSize - 1)); - init(); - // Reset free pos mBufferFreePos = 0;