mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 23:32:57 +02:00
Fix lack of entityHostType property
This commit is contained in:
parent
362e8b07c3
commit
70ad8a14de
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@ EntityPropertyFlags EntityItem::getEntityProperties(EncodeBitstreamParams& param
|
||||||
|
|
||||||
@Base_REQUESTED_PROPS@
|
@Base_REQUESTED_PROPS@
|
||||||
|
|
||||||
|
// Some of the properties not transmitted over network need to be added manually here:
|
||||||
|
requestedProperties += PROP_ENTITY_HOST_TYPE;
|
||||||
|
requestedProperties += PROP_OWNING_AVATAR_ID;
|
||||||
|
requestedProperties += PROP_VISIBLE_IN_SECONDARY_CAMERA;
|
||||||
|
|
||||||
return requestedProperties;
|
return requestedProperties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue