-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Fix crash when using OpenXR extension wrappers from GDExtension #88689
Fix crash when using OpenXR extension wrappers from GDExtension #88689
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
Looks like it should also fix GodotVR/godot_openxr_vendors#67?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As written in #88688, I suggest we merge this safe ad hoc fix for now to fix the bug, and keep discussing in the core PR to see if we want to go with that approach in the long run.
Thanks! |
Yes, it fixed this issue in my testing! |
Cherry-picked for 4.2.2. |
Fixes #88613
This is an alternative to PR #88688 which tries to fix the pattern generally, whereas this PR is just a targeted fix for issue #88613