openvr: reset offsets reloads from disk

This commit is contained in:
galister
2024-03-10 14:08:12 +01:00
parent 5a077e394c
commit b57b77b06a
2 changed files with 13 additions and 7 deletions

View File

@@ -214,7 +214,7 @@ pub fn openvr_run(running: Arc<AtomicBool>) -> Result<(), BackendError> {
playspace.fix_floor(&mut chaperone_mgr, &state.input_state);
}
SystemTask::ResetPlayspace => {
playspace.reset_offset(&mut chaperone_mgr);
playspace.reset_offset(&mut chaperone_mgr, &state.input_state);
}
},
}