aboutsummaryrefslogtreecommitdiff
path: root/mwe/ecs-homemade/src/GameObjectMax.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mwe/ecs-homemade/src/GameObjectMax.cpp')
-rw-r--r--mwe/ecs-homemade/src/GameObjectMax.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/mwe/ecs-homemade/src/GameObjectMax.cpp b/mwe/ecs-homemade/src/GameObjectMax.cpp
index 753c8e2..0516f68 100644
--- a/mwe/ecs-homemade/src/GameObjectMax.cpp
+++ b/mwe/ecs-homemade/src/GameObjectMax.cpp
@@ -2,8 +2,7 @@
#include "ComponentManager.h"
-GameObject::GameObject(std::uint32_t id, std::string name, std::string tag,
- int layer)
+GameObject::GameObject(std::uint32_t id, std::string name, std::string tag, int layer)
: mId(id),
mName(name),
mTag(tag),