GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
90 stars 19 forks source link

Register singletons the usual way #73

Closed dsnopek closed 7 months ago

dsnopek commented 7 months ago

Registers the singleton the usual way that singletons are registered in GDExtension, via Engine::get_singleton()->register_singleton()

Supersedes https://github.com/GodotVR/godot_openxr_vendors/pull/72

m4gr3d commented 7 months ago

Thanks for the fix!