make input queue stack again

This commit is contained in:
Redo0
2021-07-24 15:35:00 -05:00
parent 7109dd70a2
commit bcc39d9f20
3 changed files with 10 additions and 6 deletions

View File

@@ -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