2
0
gingerBill 3 жил өмнө
parent
commit
1eef9552b4

+ 1 - 1
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;
 			},