mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
add another marker
This commit is contained in:
parent
9d5240aaa5
commit
98dbdc1570
1 changed files with 3 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ pub fn callback(self: *const Hook, args: anytype) void {
|
||||||
i = k;
|
i = k;
|
||||||
}
|
}
|
||||||
|
|
||||||
Lua.state.protectedCall(.{ .args = i }) catch { };
|
Lua.state.protectedCall(.{ .args = i }) catch {
|
||||||
|
// TODO: add a callback to remote lua when that gets merged
|
||||||
|
};
|
||||||
Lua.state.pop(-1);
|
Lua.state.pop(-1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue