aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Component.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-07 15:32:49 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-07 15:32:49 +0100
commit156906dca0b84d3fd3c889e1bcda12308b8fe793 (patch)
tree25cc254c7517f7163ec7fd4a6d975d9bad0fe973 /src/crepe/Component.cpp
parentbe58cc9342a775c21ec2ee28923414a5c612fe6e (diff)
update clang-tidy configuration
Diffstat (limited to 'src/crepe/Component.cpp')
-rw-r--r--src/crepe/Component.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/Component.cpp b/src/crepe/Component.cpp
index af439ed..73c2d07 100644
--- a/src/crepe/Component.cpp
+++ b/src/crepe/Component.cpp
@@ -3,4 +3,4 @@
using namespace crepe;
-Component::Component(game_object_id_t id) : GAME_OBJECT_ID(id) {}
+Component::Component(game_object_id_t id) : game_object_id(id) {}