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: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com>
This commit is contained in:
parent
e14a41c3e0
commit
0dea304d72
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ bool isEdged(PolyVoxEntityItem::PolyVoxSurfaceStyle surfaceStyle) {
|
|||
|
||||
void RenderablePolyVoxEntityItem::setVoxelData(const QByteArray& voxelData) {
|
||||
// accept compressed voxel information from the entity-server
|
||||
bool is_updated = false;
|
||||
bool changed = false;
|
||||
withWriteLock([&] {
|
||||
if (_voxelData != voxelData) {
|
||||
_voxelData = voxelData;
|
||||
|
|
Loading…
Reference in a new issue