mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 00:44:38 +02:00
Merge pull request #1224 from overte-org/fix/entity_host_type
Fix lack of entityHostType property
This commit is contained in:
commit
ac20b34af9
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