mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +02:00
style pass
This commit is contained in:
parent
ae458dcbcf
commit
32fd905918
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ QVector<QUuid> EntityScriptingInterface::findEntitiesByType(const QString entity
|
||||||
});
|
});
|
||||||
|
|
||||||
foreach(EntityItemPointer entity, entities) {
|
foreach(EntityItemPointer entity, entities) {
|
||||||
if (entity->getType() == type){
|
if (entity->getType() == type) {
|
||||||
result << entity->getEntityItemID();
|
result << entity->getEntityItemID();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue