mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-24 00:53:47 +00:00
Update gfxGLCircularVolatileBuffer.h
revert, that broke it more by upping memory
This commit is contained in:
parent
267986a289
commit
21095f777b
1 changed files with 0 additions and 2 deletions
|
|
@ -201,8 +201,6 @@ public:
|
|||
if (mBufferFreePos < mBufferSize)
|
||||
mUsedRanges.push_back(UsedRange(mBufferFreePos, mBufferSize - 1));
|
||||
|
||||
init();
|
||||
|
||||
// Reset free pos
|
||||
mBufferFreePos = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue