mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:18:24 +02:00
removed blank line
This commit is contained in:
parent
8ec3f8ce99
commit
8975fbe1ee
1 changed files with 0 additions and 1 deletions
|
@ -780,7 +780,6 @@ void EntityTreeRenderer::checkAndCallPreload(const EntityItemID& entityID) {
|
||||||
QScriptValueList entityArgs = createEntityArgs(entityID);
|
QScriptValueList entityArgs = createEntityArgs(entityID);
|
||||||
entityScript.property("preload").call(entityScript, entityArgs);
|
entityScript.property("preload").call(entityScript, entityArgs);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void EntityTreeRenderer::changingEntityID(const EntityItemID& oldEntityID, const EntityItemID& newEntityID) {
|
void EntityTreeRenderer::changingEntityID(const EntityItemID& oldEntityID, const EntityItemID& newEntityID) {
|
||||||
|
|
Loading…
Reference in a new issue