mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
removed some debug
This commit is contained in:
parent
bc60c90308
commit
701059d797
1 changed files with 0 additions and 3 deletions
|
@ -335,9 +335,6 @@ void EntityItemProperties::copyFromScriptValue(const QScriptValue& object) {
|
|||
COPY_PROPERTY_FROM_QSCRIPTVALUE_FLOAT(animationFPS, setAnimationFPS);
|
||||
COPY_PROPERTY_FROM_QSCRIPTVALUE_FLOAT(animationFrameIndex, setAnimationFrameIndex);
|
||||
COPY_PROPERTY_FROM_QSCRIPTVALUE_STRING(animationSettings, setAnimationSettings);
|
||||
|
||||
qDebug() << "_animationSettingsChanged:" << _animationSettingsChanged;
|
||||
|
||||
COPY_PROPERTY_FROM_QSCRIPTVALUE_FLOAT(glowLevel, setGlowLevel);
|
||||
COPY_PROPERTY_FROM_QSCRIPTVALUE_FLOAT(localRenderAlpha, setLocalRenderAlpha);
|
||||
COPY_PROPERTY_FROM_QSCRIPTVALUE_BOOL(ignoreForCollisions, setIgnoreForCollisions);
|
||||
|
|
Loading…
Reference in a new issue