mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:18:38 +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) {
|
if (entityFound) {
|
||||||
queueEntityMessage(PacketType::EntityEdit, entityID, properties);
|
queueEntityMessage(PacketType::EntityEdit, entityID, properties);
|
||||||
} else {
|
} else {
|
||||||
|
// attempt to get a name for the mystery ID
|
||||||
QString name = "unknown";
|
QString name = "unknown";
|
||||||
QSharedPointer<SpatialParentFinder> parentFinder = DependencyManager::get<SpatialParentFinder>();
|
QSharedPointer<SpatialParentFinder> parentFinder = DependencyManager::get<SpatialParentFinder>();
|
||||||
if (parentFinder) {
|
if (parentFinder) {
|
||||||
|
|
Loading…
Reference in a new issue