mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +02:00
Fix wrong property name in entity activity tracking
This commit is contained in:
parent
25b9d756ca
commit
d46af500c1
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ QUuid EntityScriptingInterface::editEntity(QUuid id, const EntityItemProperties&
|
||||||
}
|
}
|
||||||
|
|
||||||
void EntityScriptingInterface::deleteEntity(QUuid id) {
|
void EntityScriptingInterface::deleteEntity(QUuid id) {
|
||||||
_activityTracking.deletedEntity++;
|
_activityTracking.deletedEntityCount++;
|
||||||
|
|
||||||
EntityItemID entityID(id);
|
EntityItemID entityID(id);
|
||||||
bool shouldDelete = true;
|
bool shouldDelete = true;
|
||||||
|
|
Loading…
Reference in a new issue