This commit is contained in:
gingerBill
2022-05-21 16:35:27 +01:00
parent 577fa2d29b
commit 1eef9552b4

View File

@@ -1283,7 +1283,7 @@ function odinSetupDefaultImports(wasmMemoryInterface, consoleElement) {
// convert ms to ns
return Date.now() * 1e6;
},
time_tick_now: () => {
tick_now: () => {
// convert ms to ns
return performance.now() * 1e6;
},