aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Collider.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-16 13:21:53 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-16 13:21:53 +0100
commit572741fc845f430d225a4611a94aae7a2a544d12 (patch)
treedacc9296db5a570bbe12fe7cbc494732dc86dcd4 /src/crepe/Collider.h
parentfdd5c471dffd4a204a91e8d1d70567fa56ea29a5 (diff)
final touchups for #26
Diffstat (limited to 'src/crepe/Collider.h')
-rw-r--r--src/crepe/Collider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/Collider.h b/src/crepe/Collider.h
index a1e9095..827f83d 100644
--- a/src/crepe/Collider.h
+++ b/src/crepe/Collider.h
@@ -6,7 +6,7 @@ namespace crepe {
class Collider : public Component {
public:
- using Component::Component;
+ Collider(game_object_id_t id);
int size;
};