mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
whitespace
This commit is contained in:
parent
1492fd6090
commit
7f11d2a4fe
1 changed files with 0 additions and 2 deletions
|
@ -18,7 +18,6 @@
|
|||
#include "VariantMapToScriptValue.h"
|
||||
|
||||
#include "AddEntityOperator.h"
|
||||
// #include "MovingEntitiesOperator.h"
|
||||
#include "UpdateEntityOperator.h"
|
||||
#include "QVariantGLM.h"
|
||||
#include "EntitiesLogging.h"
|
||||
|
@ -144,7 +143,6 @@ bool EntityTree::updateEntityWithElement(EntityItemPointer entity, const EntityI
|
|||
|
||||
UpdateEntityOperator theOperator(getThisPointer(), containingElement, entity, entity->getQueryAACube());
|
||||
recurseTreeWithOperator(&theOperator);
|
||||
|
||||
entity->setProperties(tempProperties);
|
||||
_isDirty = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue