mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Fix typo
This commit is contained in:
Vendored
+1
-1
@@ -1283,7 +1283,7 @@ function odinSetupDefaultImports(wasmMemoryInterface, consoleElement) {
|
|||||||
// convert ms to ns
|
// convert ms to ns
|
||||||
return Date.now() * 1e6;
|
return Date.now() * 1e6;
|
||||||
},
|
},
|
||||||
time_tick_now: () => {
|
tick_now: () => {
|
||||||
// convert ms to ns
|
// convert ms to ns
|
||||||
return performance.now() * 1e6;
|
return performance.now() * 1e6;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user