mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
removed debug
This commit is contained in:
parent
95c5b417c9
commit
6d613fba3c
1 changed files with 0 additions and 2 deletions
|
@ -288,8 +288,6 @@ void EntityItemProperties::copyFromScriptValue(const QScriptValue& object) {
|
|||
COPY_PROPERTY_FROM_QSCRIPTVALUE_FLOAT(cutoff, setCutoff);
|
||||
COPY_PROPERTY_FROM_QSCRIPTVALUE_BOOL(locked, setLocked);
|
||||
COPY_PROPERTY_FROM_QSCRIPTVALUE_STRING(textures, setTextures);
|
||||
|
||||
qDebug() << "COPY_PROPERTY_FROM_QSCRIPTVALUE_STRING.... textures: " << getTextures();
|
||||
|
||||
_lastEdited = usecTimestampNow();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue