mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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