mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 12:57:34 +02:00
yay
This commit is contained in:
parent
0556661d13
commit
b6798adb5c
1 changed files with 2 additions and 0 deletions
|
@ -370,6 +370,8 @@ QScriptValue EntityItemProperties::copyToScriptValue(QScriptEngine* engine, bool
|
|||
}
|
||||
|
||||
|
||||
QScriptValue V = convertScriptValue(engine, _lastEdited);
|
||||
properties.setProperty("lastEdited", V);
|
||||
COPY_PROPERTY_TO_QSCRIPTVALUE(PROP_LAST_EDITED_BY, lastEditedBy);
|
||||
COPY_PROPERTY_TO_QSCRIPTVALUE(PROP_POSITION, position);
|
||||
COPY_PROPERTY_TO_QSCRIPTVALUE(PROP_DIMENSIONS, dimensions);
|
||||
|
|
Loading…
Reference in a new issue