mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
remove debug print
This commit is contained in:
parent
b6a478d970
commit
c95d1f68f6
1 changed files with 0 additions and 4 deletions
|
@ -340,10 +340,6 @@ void RenderableModelEntityItem::updateModelBounds() {
|
|||
if (!hasModel() || !_model) {
|
||||
return;
|
||||
}
|
||||
if (_model->getRegistrationPoint() != getRegistrationPoint()) {
|
||||
qDebug() << "HERE: " << _model->getRegistrationPoint() << getRegistrationPoint();
|
||||
}
|
||||
|
||||
bool movingOrAnimating = isMovingRelativeToParent() || isAnimatingSomething();
|
||||
if ((movingOrAnimating ||
|
||||
_needsInitialSimulation ||
|
||||
|
|
Loading…
Reference in a new issue