Skip to content
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

IScnObjCallback Weak Function Ordering in d_a_obj_appear_bridge #40

Open
elijah-thomas774 opened this issue Sep 28, 2024 · 0 comments
Open

Comments

@elijah-thomas774
Copy link
Collaborator

It was found that the function ordering of the weak nw4r::g3d::IScnObjCallback virtual functions appears in an odd order.
It would be nice to revisit when more info is found / g3d is ported in

    // The vtable order is            dtor, World,   Mat,  View,   Opa,   Xlu
    // and the emitted order is       dtor,   Xlu,   Opa,  View,   Mat, World
    // but the order in the binary is dtor,   Xlu,   Opa,  Mat,  World,  View
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

No branches or pull requests

1 participant