mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 07:56:25 +02:00
fix a bug that broke Entities.setVoxel(). Fix polyvox textures
This commit is contained in:
parent
d547a29f94
commit
098440c273
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue