From 1eef9552b4ecb73af5bbb66c3a7f8ead9b97821f Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 21 May 2022 16:35:27 +0100 Subject: [PATCH] Fix typo --- vendor/wasm/js/runtime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/wasm/js/runtime.js b/vendor/wasm/js/runtime.js index f24c85bcd..83947165c 100644 --- a/vendor/wasm/js/runtime.js +++ b/vendor/wasm/js/runtime.js @@ -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; },