summaryrefslogtreecommitdiff
path: root/modules/openxr/editor
AgeCommit message (Collapse)Author
2022-05-26Use "odd" style for TabContainers on base BG colorFireForge
- Use the "odd" style for TabContainers that are on a background with the same color as the default TabContainer background color to add contrast
2022-05-25use ERR_FAIL_INDEX when preferredNathan Franke
2022-04-11catch null profile_def causing crash on startupJosh Kabo
2022-04-04Zero initialize all pointer class and struct membersRĂ©mi Verschelde
This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr.
2022-04-04Add action map editor for OpenXRBastiaan Olij