mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:30:42 +02:00
include owningAvatarID in entityPropertyFlagsFromScriptValue
This commit is contained in:
parent
306c54c060
commit
a7515a4bde
1 changed files with 3 additions and 1 deletions
|
@ -2451,6 +2451,8 @@ void EntityItemProperties::entityPropertyFlagsFromScriptValue(const QScriptValue
|
|||
ADD_PROPERTY_TO_MAP(PROP_TOP_MARGIN, TopMargin, topMargin, float);
|
||||
ADD_PROPERTY_TO_MAP(PROP_BOTTOM_MARGIN, BottomMargin, bottomMargin, float);
|
||||
|
||||
ADD_PROPERTY_TO_MAP(PROP_OWNING_AVATAR_ID, OwningAvatarID, owningAvatarID, QUuid);
|
||||
|
||||
// FIXME - these are not yet handled
|
||||
//ADD_PROPERTY_TO_MAP(PROP_CREATED, Created, created, quint64);
|
||||
|
||||
|
|
Loading…
Reference in a new issue