diff minimization

This commit is contained in:
Seth Alves 2015-03-16 12:13:16 -07:00
parent 5bc2d88ea6
commit fe658c0ed0
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}

View file

@ -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;
}
}