Skip to content

Commit

Permalink
Merge pull request #1224 from overte-org/fix/entity_host_type
Browse files Browse the repository at this point in the history
Fix lack of entityHostType property
  • Loading branch information
ksuprynowicz authored Nov 4, 2024
2 parents 362e8b0 + 70ad8a1 commit ac20b34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/entities/src/EntityItem.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ac20b34

Please sign in to comment.