aboutsummaryrefslogtreecommitdiff
path: root/game/prefab/ZapperObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/prefab/ZapperObject.h')
-rw-r--r--game/prefab/ZapperObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/prefab/ZapperObject.h b/game/prefab/ZapperObject.h
index b4bb942..c43af67 100644
--- a/game/prefab/ZapperObject.h
+++ b/game/prefab/ZapperObject.h
@@ -26,8 +26,8 @@ public:
crepe::Animator & glow_end;
} animator;
- // crepe::Rigidbody & body;
- // crepe::BoxCollider & collider;
+ crepe::Rigidbody & body;
+ crepe::BoxCollider & collider;
private:
static constexpr float SCALE = 0.8;