OpenXR: Fix pose recenter signal to be omitted properly
This commit is contained in:
@ -70,6 +70,7 @@ class OpenXRInterface : public XRInterface {
|
||||
private:
|
||||
OpenXRAPI *openxr_api = nullptr;
|
||||
bool initialized = false;
|
||||
bool reference_stage_changing = false;
|
||||
XRInterface::TrackingStatus tracking_state;
|
||||
|
||||
// At a minimum we need a tracker for our head
|
||||
@ -207,7 +208,7 @@ public:
|
||||
void on_state_stopping();
|
||||
void on_state_loss_pending();
|
||||
void on_state_exiting();
|
||||
void on_pose_recentered();
|
||||
void on_reference_space_change_pending();
|
||||
void on_refresh_rate_changes(float p_new_rate);
|
||||
void tracker_profile_changed(RID p_tracker, RID p_interaction_profile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user