mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 04:44:08 +02:00
add a comment
This commit is contained in:
parent
69944cc76d
commit
9171995ed3
1 changed files with 1 additions and 0 deletions
|
@ -469,6 +469,7 @@ QUuid EntityScriptingInterface::editEntity(QUuid id, const EntityItemProperties&
|
|||
if (entityFound) {
|
||||
queueEntityMessage(PacketType::EntityEdit, entityID, properties);
|
||||
} else {
|
||||
// attempt to get a name for the mystery ID
|
||||
QString name = "unknown";
|
||||
QSharedPointer<SpatialParentFinder> parentFinder = DependencyManager::get<SpatialParentFinder>();
|
||||
if (parentFinder) {
|
||||
|
|
Loading…
Reference in a new issue