Removing code analysis warnings

Start cleaning RenderEngine
This commit is contained in:
Alexander Bock
2017-02-26 23:45:39 -05:00
parent 6704491fdc
commit 283c83e37c
22 changed files with 68 additions and 59 deletions
@@ -424,14 +424,12 @@ bool BrickManager::DiskToPBO(BUFFER_INDEX _pboIndex) {
}
}
delete[] seqBuffer;
} // if in pbo
// Update the brick index
brickIndex += sequence;
delete[] seqBuffer;
}
glUnmapBuffer(GL_PIXEL_UNPACK_BUFFER);