From d7b17796943e2cc09bf4de853a9c1a19d3cb6786 Mon Sep 17 00:00:00 2001 From: max-001 Date: Thu, 7 Nov 2024 12:37:28 +0100 Subject: Made id const --- src/crepe/api/GameObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crepe/api/GameObject.h') diff --git a/src/crepe/api/GameObject.h b/src/crepe/api/GameObject.h index 2a82258..2992787 100644 --- a/src/crepe/api/GameObject.h +++ b/src/crepe/api/GameObject.h @@ -55,7 +55,7 @@ public: public: //! The id of the GameObject - uint32_t id; + const uint32_t ID; }; } // namespace crepe -- cgit v1.2.3