mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Use a proper mouse position for notplayer
This commit is contained in:
parent
7b0a2a5cd5
commit
c13502d4bb
3 changed files with 5 additions and 10 deletions
|
@ -12,6 +12,7 @@ static LUA: LazyLock<Lua51> = LazyLock::new(|| unsafe {
|
|||
// const EWEXT: [(&'static str, Function); 1] = [("testfn", None)];
|
||||
|
||||
extern "C" fn test_fn(lua: *mut lua_State) -> c_int {
|
||||
println!("test fn called");
|
||||
0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue