mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +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) {
|
||||
if (entity->getType() == type){
|
||||
if (entity->getType() == type) {
|
||||
result << entity->getEntityItemID();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue