aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/GameObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/GameObject.cpp')
-rw-r--r--src/crepe/GameObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/GameObject.cpp b/src/crepe/GameObject.cpp
index 304f75a..de3beb6 100644
--- a/src/crepe/GameObject.cpp
+++ b/src/crepe/GameObject.cpp
@@ -2,6 +2,6 @@
using namespace crepe;
-GameObject::GameObject(std::uint32_t id, std::string name, std::string tag,
+GameObject::GameObject(uint32_t id, std::string name, std::string tag,
int layer)
: id(id), name(name), tag(tag), active(true), layer(layer) {}