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