Merge pull request #13925 from sethalves/fix-polyvox-texture-and-single-setter

fix a bug that broke Entities.setVoxel().  Fix polyvox textures
This commit is contained in:
Jeff Clinton 2018-12-18 12:15:07 -08:00 committed by GitHub
commit 889f110357
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -291,7 +291,7 @@ QByteArray RenderablePolyVoxEntityItem::volDataToArray(quint16 voxelXSize, quint
withReadLock([&] {
if (isEdged()) {
low += 1;
voxelSize += 1;
voxelSize += 2;
}
loop3(low, voxelSize, [&](const ivec3& v){