Skip to content

Commit

Permalink
fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Sep 13, 2024
1 parent 2f394ce commit b87374a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async fn main() -> LuaResult<()> {
}

build_args(&lua);
let main = lua.load(path::Path::new("resources/testmain.lua"));
let main = lua.load(path::Path::new("resources/main.lua"));
main.call_async(()).await?;
Ok(())
}
Expand Down

0 comments on commit b87374a

Please sign in to comment.