diff --git a/src/backend/openvr/mod.rs b/src/backend/openvr/mod.rs index db187e9..0785e61 100644 --- a/src/backend/openvr/mod.rs +++ b/src/backend/openvr/mod.rs @@ -158,7 +158,8 @@ pub fn openvr_run(running: Arc) -> Result<(), BackendError> { } EVREventType::VREvent_SeatedZeroPoseReset | EVREventType::VREvent_StandingZeroPoseReset - | EVREventType::VREvent_ChaperoneUniverseHasChanged => { + | EVREventType::VREvent_ChaperoneUniverseHasChanged + | EVREventType::VREvent_SceneApplicationChanged => { playspace.playspace_changed(&mut compositor_mgr, &mut chaperone_mgr); } _ => {}