make current tick c

This commit is contained in:
Redo
2022-11-04 23:07:43 -06:00
parent cbfc8fd42e
commit 17edf2a782
3 changed files with 18 additions and 13 deletions

View File

@@ -93,7 +93,7 @@ function Gate.queue(gate, delay)
end
function Gate.gettick(gate)
return GSim.current_tick
return GSim.current_tick[0]
end
function Gate.getdefinition(gate)