GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
99 stars 22 forks source link

Fix `XRBodyModifier3D` moved to wrong place in demo after rebase #134

Closed dsnopek closed 5 months ago

dsnopek commented 5 months ago

In the sea of recent rebases, it looks like the XRBodyModifier3D got moved to the wrong place.

This PR moves it back to where it belongs!

_(I think it may have been a rebase on PR https://github.com/GodotVR/godot_openxr_vendors/pull/131 that introduced the issue)_