summaryrefslogtreecommitdiff
path: root/honey/ecs/physics.lua
diff options
context:
space:
mode:
Diffstat (limited to 'honey/ecs/physics.lua')
-rw-r--r--honey/ecs/physics.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/honey/ecs/physics.lua b/honey/ecs/physics.lua
index fe08359..9b22bd7 100644
--- a/honey/ecs/physics.lua
+++ b/honey/ecs/physics.lua
@@ -105,7 +105,7 @@ local function collide(self, a, b, collision)
local idA = ode.GeomGetData(a)
local idB = ode.GeomGetData(b)
handleCollision(self.db, idA, idB)
- --handleCollision(self.db, idB, idA)
+ handleCollision(self.db, idB, idA)
-- set up the joint params
local contact = ode.CreateContact{ surface={