mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
I should just build on linux exclusively
This commit is contained in:
parent
342584b2a8
commit
17acd8fa4f
1 changed files with 2 additions and 1 deletions
|
@ -930,7 +930,8 @@ bool EntityTree::filterProperties(EntityItemPointer& existingEntity, EntityItemP
|
|||
auto entityEditFilters = DependencyManager::get<EntityEditFilters>();
|
||||
if (entityEditFilters && existingEntity) {
|
||||
auto position = existingEntity->getPosition();
|
||||
accepted = entityEditFilters->filter(position, propertiesIn, propertiesOut, wasChanged, filterType, existingEntity->getEntityItemID());
|
||||
auto entityID = existingEntity->getEntityItemID();
|
||||
accepted = entityEditFilters->filter(position, propertiesIn, propertiesOut, wasChanged, filterType, entityID);
|
||||
}
|
||||
|
||||
return accepted;
|
||||
|
|
Loading…
Reference in a new issue