-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alien.callback not working #41
Comments
The changes below seem to fix this problem, I will do further testing. Not sure how to do a pull request of if its worth doing to fix a single function. static int alien_callback_new(lua_State L) { return 1; |
Hi Mike, if you send the change as a pull request it is easier for me to evaluate it. Thanks! |
alien.callback seem to be ignoring the parameter type info and always passing 0 parameters to the Lua calback function. I'm unsure how to fix this.
The text was updated successfully, but these errors were encountered: