Skip to content

Commit

Permalink
Fix the issue preventing overridden vendor options from being updated
Browse files Browse the repository at this point in the history
Manual pick from GodotVR#254
  • Loading branch information
m4gr3d committed Feb 7, 2025
1 parent 249bae8 commit aa4d16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/main/cpp/export/export_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Dictionary OpenXREditorExportPlugin::_get_vendor_toggle_option(const String &ven
"",
PROPERTY_USAGE_DEFAULT,
false,
false);
true);
}

bool OpenXREditorExportPlugin::_is_openxr_enabled() const {
Expand Down

0 comments on commit aa4d16e

Please sign in to comment.