mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
what does VS mean when it uses words?
This commit is contained in:
parent
55056e730a
commit
4816e4f826
1 changed files with 1 additions and 1 deletions
|
@ -1608,7 +1608,7 @@ bool EntityTree::sendEntitiesOperation(OctreeElementPointer element, void* extra
|
|||
return EntityItemID();
|
||||
}
|
||||
if (args->map->contains(oldID)) {
|
||||
return args->map->value(oldID);
|
||||
return EntityItemID(args->map->value(oldID));
|
||||
} else {
|
||||
EntityItemID newID = QUuid::createUuid();
|
||||
args->map->insert(oldID, newID);
|
||||
|
|
Loading…
Reference in a new issue