fix a bug that broke Entities.setVoxel(). Fix polyvox textures

This commit is contained in:
Seth Alves 2018-09-02 15:26:46 -07:00
parent d547a29f94
commit 098440c273

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){