mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 10:51:31 +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) {
|
if (_voxelData != voxelData) {
|
||||||
_voxelData = voxelData;
|
_voxelData = voxelData;
|
||||||
_voxelDataDirty = true;
|
_voxelDataDirty = true;
|
||||||
is_updated = true;
|
changed = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (is_updated) {
|
if (is_updated) {
|
||||||
|
|
Loading…
Reference in a new issue