Merge pull request #1224 from overte-org/fix/entity_host_type

Fix lack of entityHostType property
This commit is contained in:
ksuprynowicz 2024-11-05 00:27:21 +01:00 committed by GitHub
commit ac20b34af9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}