mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:03:57 +02:00
fix coding standard compliance
This commit is contained in:
parent
f5717b7648
commit
33c858774b
1 changed files with 1 additions and 1 deletions
|
@ -1614,7 +1614,7 @@ void MyAvatar::removeAvatarEntities(const std::function<bool(const QUuid& entity
|
|||
entityTree->withWriteLock([&] {
|
||||
AvatarEntityMap avatarEntities = getAvatarEntityData();
|
||||
for (auto entityID : avatarEntities.keys()) {
|
||||
if(!condition || condition(entityID)) {
|
||||
if (!condition || condition(entityID)) {
|
||||
entityTree->deleteEntity(entityID, true, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue