minor refactor
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user