mirror of
https://github.com/TangentFoxy/lovebird.git
synced 2025-07-28 11:02:19 +00:00
Removed the dt
parameter from .update()
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user