mirror of
https://github.com/rxi/lovebird.git
synced 2024-11-15 22:54:21 +00:00
Removed the dt
parameter from .update()
This commit is contained in:
parent
3d74ba45a3
commit
24952c0ab3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user