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

Co-authored-by: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com>
This commit is contained in:
ksuprynowicz 2022-07-28 01:03:26 +02:00 committed by GitHub
parent e14a41c3e0
commit 0dea304d72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;