mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 18:02:23 +02:00
remove unused variable
This commit is contained in:
parent
7692e858a1
commit
ec872bfcf8
1 changed files with 1 additions and 4 deletions
|
@ -1649,12 +1649,9 @@ bool EntityScriptingInterface::actionWorker(const QUuid& entityID,
|
|||
return false;
|
||||
}
|
||||
|
||||
auto nodeList = DependencyManager::get<NodeList>();
|
||||
const QUuid myNodeID = nodeList->getSessionUUID();
|
||||
|
||||
EntityItemPointer entity;
|
||||
bool doTransmit = false;
|
||||
_entityTree->withWriteLock([this, &entity, entityID, myNodeID, &doTransmit, actor] {
|
||||
_entityTree->withWriteLock([this, &entity, entityID, &doTransmit, actor] {
|
||||
EntitySimulationPointer simulation = _entityTree->getSimulation();
|
||||
entity = _entityTree->findEntityByEntityItemID(entityID);
|
||||
if (!entity) {
|
||||
|
|
Loading…
Reference in a new issue