This commit is contained in:
Seth Alves 2017-02-27 20:56:25 -08:00
parent 3b669089e4
commit 6b230bad14

View file

@ -281,7 +281,7 @@ QByteArray RenderablePolyVoxEntityItem::volDataToArray(quint16 voxelXSize, quint
lowZ++;
voxelXSize++;
voxelYSize++;
voxelYSize++;
voxelZSize++;
}
for (int z = lowZ; z < voxelZSize; z++) {