1
0
Fork 0
godot/modules/openxr/editor
rsjtdrjgfuzkfg 20c192cc2d OpenXR: fix casts and loop in action map editor
This commit replaces potentially unsafe static casts with
Object::cast_to and fixes the order in which UI elements are looped over
when removing controls. This fixes crashes and wrong data being
displayed in the OpenXR action map editor when saving or resetting
action maps.
2022-12-16 21:32:43 +01:00
..
SCsub
openxr_action_editor.cpp Various fixes for OpenXR action map meta data and editing 2022-11-25 20:26:30 +11:00
openxr_action_editor.h Various fixes for OpenXR action map meta data and editing 2022-11-25 20:26:30 +11:00
openxr_action_map_editor.cpp OpenXR: fix casts and loop in action map editor 2022-12-16 21:32:43 +01:00
openxr_action_map_editor.h Various fixes for OpenXR action map meta data and editing 2022-11-25 20:26:30 +11:00
openxr_action_set_editor.cpp Various fixes for OpenXR action map meta data and editing 2022-11-25 20:26:30 +11:00
openxr_action_set_editor.h Various fixes for OpenXR action map meta data and editing 2022-11-25 20:26:30 +11:00
openxr_editor_plugin.cpp
openxr_editor_plugin.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
openxr_interaction_profile_editor.cpp OpenXR: fix casts and loop in action map editor 2022-12-16 21:32:43 +01:00
openxr_interaction_profile_editor.h Various fixes for OpenXR action map meta data and editing 2022-11-25 20:26:30 +11:00
openxr_select_action_dialog.cpp OpenXR: fix casts and loop in action map editor 2022-12-16 21:32:43 +01:00
openxr_select_action_dialog.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
openxr_select_interaction_profile_dialog.cpp OpenXR: fix casts and loop in action map editor 2022-12-16 21:32:43 +01:00
openxr_select_interaction_profile_dialog.h Various fixes for OpenXR action map meta data and editing 2022-11-25 20:26:30 +11:00