diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-07 15:32:49 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-07 15:32:49 +0100 |
commit | 156906dca0b84d3fd3c889e1bcda12308b8fe793 (patch) | |
tree | 25cc254c7517f7163ec7fd4a6d975d9bad0fe973 /src/crepe/api/GameObject.h | |
parent | be58cc9342a775c21ec2ee28923414a5c612fe6e (diff) |
update clang-tidy configuration
Diffstat (limited to 'src/crepe/api/GameObject.h')
-rw-r--r-- | src/crepe/api/GameObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/GameObject.h b/src/crepe/api/GameObject.h index 223d72e..8389e6c 100644 --- a/src/crepe/api/GameObject.h +++ b/src/crepe/api/GameObject.h @@ -57,7 +57,7 @@ public: public: //! The id of the GameObject - const game_object_id_t ID; + const game_object_id_t id; }; } // namespace crepe |