minor refactor

This commit is contained in:
MihailRis
2025-01-03 13:50:25 +03:00
parent 9d7816a286
commit 3187243a7d
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ runnable lua::create_runnable(State* L) {
};
}
supplier<bool> lua::create_simple_handler(State* L) {
KeyCallback lua::create_simple_handler(State* L) {
auto funcptr = create_lambda_handler(L);
return [=]() -> bool {
getglobal(L, LAMBDAS_TABLE);