Move OpenXR project settings to the main, to make them visible on unsupported platforms.

This commit is contained in:
bruvzg
2022-03-25 09:27:46 +02:00
parent 04c17eb003
commit d2add64f91
4 changed files with 22 additions and 28 deletions

View File

@ -222,7 +222,6 @@ protected:
void parse_velocities(const XrSpaceVelocity &p_velocity, Vector3 &r_linear_velocity, Vector3 r_angular_velocity);
public:
static void setup_global_defs();
static bool openxr_is_enabled();
static OpenXRAPI *get_singleton();