aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/CollisionSystem.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-11-20 10:43:32 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-11-20 10:43:32 +0100
commit690471c7c4536c074a4dca5aab7cc618d47bfb5f (patch)
tree35dcf3858b8f86a031cf5070de9caa069af4257d /src/crepe/system/CollisionSystem.h
parentd81ecc242ff88ffd49e0b5296dfb23ab54a0cd78 (diff)
merge with maser
Diffstat (limited to 'src/crepe/system/CollisionSystem.h')
-rw-r--r--src/crepe/system/CollisionSystem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/system/CollisionSystem.h b/src/crepe/system/CollisionSystem.h
index 0518b34..d94f6bc 100644
--- a/src/crepe/system/CollisionSystem.h
+++ b/src/crepe/system/CollisionSystem.h
@@ -70,8 +70,6 @@ public:
public:
- CollisionSystem();
-
//! Updates the collision system by checking for collisions between colliders and handling them.
void update() override;