Update libraries/entities-renderer/src/RenderablePolyVoxEntityItem.cpp

Co-authored-by: Julian Groß  <julian.g@posteo.de>
This commit is contained in:
ksuprynowicz 2022-07-30 12:02:51 +02:00 committed by GitHub
parent fac118ec8a
commit 42cd0ddfca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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