mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 04:57:32 -04: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;
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue