aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Metadata.h
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/api/Metadata.h
parentbe58cc9342a775c21ec2ee28923414a5c612fe6e (diff)
update clang-tidy configuration
Diffstat (limited to 'src/crepe/api/Metadata.h')
-rw-r--r--src/crepe/api/Metadata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/Metadata.h b/src/crepe/api/Metadata.h
index f5e5c55..c61e006 100644
--- a/src/crepe/api/Metadata.h
+++ b/src/crepe/api/Metadata.h
@@ -31,9 +31,9 @@ public:
public:
//! The name of the GameObject
- const std::string NAME;
+ const std::string name;
//! The tag of the GameObject
- const std::string TAG;
+ const std::string tag;
//! The id of the parent GameObject (-1 if no parent)
game_object_id_t parent = -1;
//! The ids of the children GameObjects