Commit 2dfacf75 authored by Chunchi Che's avatar Chunchi Che

fix

parent 34425c60
Pipeline #20697 passed with stages
in 17 minutes and 27 seconds
...@@ -41,7 +41,7 @@ const NeosDuel = () => { ...@@ -41,7 +41,7 @@ const NeosDuel = () => {
useEffect(() => { useEffect(() => {
const init = async () => { const init = async () => {
await initStrings(); await initStrings();
await rustInit(); await rustInit("/assets/rust_src_bg.wasm");
}; };
if (initialRender.current) { if (initialRender.current) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment