small fix

This commit is contained in:
Robin 2024-12-26 18:08:19 +01:00
parent 274622157a
commit 2c7ea3f624
1 changed files with 1 additions and 1 deletions

View File

@ -72,8 +72,8 @@ FieldData GPUBufferHandler::nextFieldData() {
fieldInd = newFieldInd;
if (newBufferInd != bufferInd) {
fileInd++;
gpuBuffer.loadFile(fileInd, bufferInd);
fileInd++;
bufferInd = newBufferInd;
}