small fix
This commit is contained in:
parent
274622157a
commit
2c7ea3f624
|
|
@ -72,8 +72,8 @@ FieldData GPUBufferHandler::nextFieldData() {
|
|||
fieldInd = newFieldInd;
|
||||
|
||||
if (newBufferInd != bufferInd) {
|
||||
fileInd++;
|
||||
gpuBuffer.loadFile(fileInd, bufferInd);
|
||||
fileInd++;
|
||||
bufferInd = newBufferInd;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue