aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Transform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/Transform.cpp')
-rw-r--r--src/crepe/Transform.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/Transform.cpp b/src/crepe/Transform.cpp
index 2fde448..2c39523 100644
--- a/src/crepe/Transform.cpp
+++ b/src/crepe/Transform.cpp
@@ -2,5 +2,5 @@
using namespace crepe;
-Transform::Transform(uint32_t gameObjectId,int mass, int gravityScale, int bodyType)
- : Component(gameObjectId), mass(mass), gravity_scale(gravityScale), body_type(bodyType) {}
+Transform::Transform(uint32_t gameObjectId,Position position, int rotation, int scale)
+ : Component(gameObjectId), postion(postion), rotation(rotation), scale(scale) {}