mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 17:53:32 +02:00
diff minimization
This commit is contained in:
parent
5bc2d88ea6
commit
fe658c0ed0
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
|||
#include "BoxEntityItem.h"
|
||||
#include "EntityTree.h"
|
||||
#include "EntityTreeElement.h"
|
||||
#include "QVariantGLM.h"
|
||||
|
||||
|
||||
EntityItem* BoxEntityItem::factory(const EntityItemID& entityID, const EntityItemProperties& properties) {
|
||||
|
@ -105,3 +104,4 @@ void BoxEntityItem::debugDump() const {
|
|||
qDebug() << " dimensions:" << debugTreeVector(_dimensions);
|
||||
qDebug() << " getLastEdited:" << debugTime(getLastEdited(), now);
|
||||
}
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "EntityScriptingInterface.h"
|
||||
#include "EntityItem.h"
|
||||
#include "EntityTree.h"
|
||||
#include "QVariantGLM.h"
|
||||
|
||||
bool EntityItem::_sendPhysicsUpdates = true;
|
||||
|
||||
|
@ -1139,3 +1138,4 @@ void EntityItem::updateLifetime(float value) {
|
|||
_dirtyFlags |= EntityItem::DIRTY_LIFETIME;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue