gingerBill 3 년 전
부모
커밋
1eef9552b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vendor/wasm/js/runtime.js

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