We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf26bb commit a60aa8eCopy full SHA for a60aa8e
builtin/game/misc.lua
@@ -6,7 +6,7 @@
6
7
local jobs = {}
8
local time = 0.0
9
-local last = 0.0
+local last = core.get_us_time() / 1000000
10
11
core.register_globalstep(function(dtime)
12
local new = core.get_us_time() / 1000000
0 commit comments