mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 03:22:44 +02:00
Update libraries/entities-renderer/src/RenderablePolyVoxEntityItem.cpp
Co-authored-by: Julian Groß <julian.g@posteo.de>
This commit is contained in:
parent
fac118ec8a
commit
42cd0ddfca
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ void RenderablePolyVoxEntityItem::setVoxelData(const QByteArray& voxelData) {
|
|||
if (_voxelData != voxelData) {
|
||||
_voxelData = voxelData;
|
||||
_voxelDataDirty = true;
|
||||
is_updated = true;
|
||||
changed = true;
|
||||
}
|
||||
});
|
||||
if (is_updated) {
|
||||
|
|
Loading…
Reference in a new issue