Skip to content

Commit

Permalink
[#90] refactor(VirtualObject): remove [[deprecated]] marker from id
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Jun 21, 2024
1 parent a4fa492 commit dc26aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenkit/vobs/VirtualObject.hh
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ namespace zenkit {
/// be used since it is not a real unique identifier of any single object and references internal
/// parser state. If you need to check, if two VObjects are equal, you should do a simple pointer
/// compare on the shared pointer it's wrapped in.
uint32_t id ZKREM("scheduled for removal; refer to documentation") = 0;
uint32_t id = 0;

/// \brief The bounding box of this VObject.
/// \see https://zk.gothickit.dev/engine/objects/zCVob/#bbox3dws
Expand Down

0 comments on commit dc26aae

Please sign in to comment.