You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this code, all expired actions are sorted by priority, then by original order. So if actions with different time happen to expire in the same globalstep, the time difference is ignored and addition order takes precedence.
According to this code, all expired actions are sorted by priority, then by original order. So if actions with different
time
happen to expire in the same globalstep, the time difference is ignored and addition order takes precedence.mesecons/mesecons/actionqueue.lua
Lines 81 to 107 in 583d2c1
This affects LuaC interrupts, delayers, whatever devices use non-zero time in
queue:add_action
.The text was updated successfully, but these errors were encountered: