Explorar el Código

Update gfxGLCircularVolatileBuffer.h

revert, that broke it more by upping memory
marauder2k7 hace 1 mes
padre
commit
21095f777b
Se han modificado 1 ficheros con 0 adiciones y 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;