From 25701ee54e8fbdcfd3a66fd1605f5b5b647e78a2 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 14 May 2016 16:55:40 +0200 Subject: Sometimes I just hate desktop github --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.lua') diff --git a/main.lua b/main.lua index 01c46bb..7e3d71e 100644 --- a/main.lua +++ b/main.lua @@ -15,7 +15,7 @@ function love.load () -- World physics love.physics.setMeter(64) world = love.physics.newWorld(0, 9.81*64, true) - world:setCallbacks(beginContact, endContact, preSolve, postSolve) + world:setCallbacks(beginContact, endContact) -- Platforms (`Ground`) Platforms = {} -- cgit v1.1