diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-11-22 15:36:14 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-11-22 15:36:14 +0100 |
commit | 3f63143b4005936da446fb2cdbbd1072b47fc8c1 (patch) | |
tree | 480484822cf915e035120fdd4db88e6f1c389b38 /src/crepe/api/BoxCollider.cpp | |
parent | 503c1d15d35fc06ac36febc72a8aa8abe38707ce (diff) |
merge with master
Diffstat (limited to 'src/crepe/api/BoxCollider.cpp')
-rw-r--r-- | src/crepe/api/BoxCollider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/BoxCollider.cpp b/src/crepe/api/BoxCollider.cpp index eafbdb2..83fb632 100644 --- a/src/crepe/api/BoxCollider.cpp +++ b/src/crepe/api/BoxCollider.cpp @@ -4,4 +4,4 @@ using namespace crepe; -BoxCollider::BoxCollider(game_object_id_t game_object_id,Vector2 offset, double width, double height) : Collider(game_object_id,offset), width(width), height(height) {} +BoxCollider::BoxCollider(game_object_id_t game_object_id,vec2 offset, double width, double height) : Collider(game_object_id,offset), width(width), height(height) {} |