浏览代码

Update gfxGLCircularVolatileBuffer.h

revert, that broke it more by upping memory
marauder2k7 1 月之前
父节点
当前提交
21095f777b
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;