Removed the dt parameter from .update()

This commit is contained in:
rxi 2014-04-10 19:16:18 +01:00
parent 3d74ba45a3
commit 24952c0ab3

View File

@ -263,7 +263,7 @@ function lovebird.onConnect(client)
end end
function lovebird.update(dt) function lovebird.update()
if not lovebird.inited then lovebird.init() end if not lovebird.inited then lovebird.init() end
local client = lovebird.server:accept() local client = lovebird.server:accept()
if client then if client then