mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 21:12:25 +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@
|
||||
|
||||
// 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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue