Explorar o código

Update gfxGLCircularVolatileBuffer.h

revert, that broke it more by upping memory
marauder2k7 hai 1 mes
pai
achega
21095f777b
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      Engine/source/gfx/gl/gfxGLCircularVolatileBuffer.h

+ 0 - 2
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;