mirror of
https://github.com/overte-org/overte.git
synced 2025-06-28 01:10:10 +02:00
removed some debug
This commit is contained in:
parent
ef8feec91a
commit
3e5af5e815
1 changed files with 0 additions and 2 deletions
|
@ -487,7 +487,6 @@ int EntityItem::readEntityDataFromBuffer(const unsigned char* data, int bytesLef
|
||||||
bytesRead += sizeof(positionFromBuffer);
|
bytesRead += sizeof(positionFromBuffer);
|
||||||
if (overwriteLocalData) {
|
if (overwriteLocalData) {
|
||||||
_position = positionFromBuffer;
|
_position = positionFromBuffer;
|
||||||
qDebug() << "EntityItem::readEntityDataFromBuffer() _position=" << _position << " QThread::currentThread()=" << QThread::currentThread();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -781,7 +780,6 @@ bool EntityItem::setProperties(const EntityItemProperties& properties, bool forc
|
||||||
bool somethingChanged = false;
|
bool somethingChanged = false;
|
||||||
if (properties._positionChanged || forceCopy) {
|
if (properties._positionChanged || forceCopy) {
|
||||||
setPosition(properties._position / (float) TREE_SCALE);
|
setPosition(properties._position / (float) TREE_SCALE);
|
||||||
qDebug() << "EntityItem::setProperties() _position=" << _position << " QThread::currentThread()=" << QThread::currentThread();
|
|
||||||
somethingChanged = true;
|
somethingChanged = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue