make input queue stack again
This commit is contained in:
@@ -55,6 +55,8 @@ GSim = sim
|
||||
network_accept_client()
|
||||
|
||||
while true do
|
||||
network_update()
|
||||
|
||||
local time = os.clock()
|
||||
|
||||
if OPT_TICK_ENABLED then
|
||||
@@ -84,8 +86,6 @@ while true do
|
||||
end
|
||||
|
||||
if time-lastfxtime >= OPT_FX_TIME then
|
||||
network_update()
|
||||
|
||||
if OPT_FX_UPDATES then
|
||||
Simulation.sendfxupdate(sim)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user