mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 22:45:17 +02:00
rest of issues w/linux and mac
This commit is contained in:
parent
9891d7b7d2
commit
8a7a3926c5
1 changed files with 2 additions and 1 deletions
|
@ -929,7 +929,8 @@ bool EntityTree::filterProperties(EntityItemPointer& existingEntity, EntityItemP
|
|||
bool accepted = true;
|
||||
auto entityEditFilters = DependencyManager::get<EntityEditFilters>();
|
||||
if (entityEditFilters) {
|
||||
accepted = entityEditFilters->filter(existingEntity->getPosition(), propertiesIn, propertiesOut, wasChanged, filterType);
|
||||
auto position = existingEntity->getPosition();
|
||||
accepted = entityEditFilters->filter(position, propertiesIn, propertiesOut, wasChanged, filterType);
|
||||
}
|
||||
|
||||
return accepted;
|
||||
|
|
Loading…
Reference in a new issue