Skip to content

Conversation

@matrix47
Copy link
Contributor

@matrix47 matrix47 commented Sep 21, 2023

currently, for subsequent class registrations, Luabridge puts visible static table on stack instead of the static table (which is the metatable of visible static table). in this case, static properties registrations fail because visible static table doesn't contain the PropGet table.
this simple merge request fixes that (replaces visible static table with the static table for subsequent class registrations)

currently, for subsequent class registrations, we put visible static table on stack instead of the static table (which is the metatable of visible static table). in this case, static properties registrations fail because visible static table doesn't contain the PropGet table.
@kunitoki kunitoki merged commit 82d1153 into kunitoki:master Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants