diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 19:22:23 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 19:22:23 +0100 |
commit | d69f1642cb397d68d591718f83028e14620ab340 (patch) | |
tree | 8f4294169949420710bb3c77f759ea7c0731a806 /src/crepe/ComponentManager.h | |
parent | 6c35bd16f254f687f2b415234e36b13f0f8897a8 (diff) |
`make format`
Diffstat (limited to 'src/crepe/ComponentManager.h')
-rw-r--r-- | src/crepe/ComponentManager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/crepe/ComponentManager.h b/src/crepe/ComponentManager.h index 31a8bfa..51c84a4 100644 --- a/src/crepe/ComponentManager.h +++ b/src/crepe/ComponentManager.h @@ -102,9 +102,9 @@ public: // TODO: doxygen GameObject new_object(const std::string & name, - const std::string & tag = "", - const Vector2 & position = {0, 0}, - double rotation = 0, double scale = 0); + const std::string & tag = "", + const Vector2 & position = {0, 0}, + double rotation = 0, double scale = 0); private: /** |