From dc26aae45520436484006f6490ee963cfeaa767a Mon Sep 17 00:00:00 2001 From: Luis Michaelis Date: Fri, 21 Jun 2024 20:04:00 +0200 Subject: [PATCH] [#90] refactor(VirtualObject): remove [[deprecated]] marker from `id` --- include/zenkit/vobs/VirtualObject.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zenkit/vobs/VirtualObject.hh b/include/zenkit/vobs/VirtualObject.hh index b86bc7ae..f920f1e0 100644 --- a/include/zenkit/vobs/VirtualObject.hh +++ b/include/zenkit/vobs/VirtualObject.hh @@ -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