mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-25 21:48:57 -05:00
Remove warnings
This commit is contained in:
@@ -140,7 +140,7 @@ void AtlasManager::updateAtlas(BUFFER_INDEX bufferIndex, std::vector<int>& brick
|
||||
glUnmapBuffer(GL_PIXEL_UNPACK_BUFFER);
|
||||
glBindBuffer(GL_PIXEL_UNPACK_BUFFER, 0);
|
||||
|
||||
for (int i = 0; i < nBrickIndices; i++) {
|
||||
for (size_t i = 0; i < nBrickIndices; i++) {
|
||||
_atlasMap[i] = _brickMap[brickIndices[i]];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user