ready to test

This commit is contained in:
Schmarni
2024-01-14 02:12:49 +01:00
parent cbf9485bb7
commit 144e786db9
2 changed files with 72 additions and 9 deletions

View File

@@ -245,7 +245,7 @@ pub fn xr_begin_frame(
session_running.store(false, std::sync::atomic::Ordering::Relaxed);
}
xr::SessionState::EXITING | xr::SessionState::LOSS_PENDING => {
app_exit.send(AppExit);
// app_exit.send(AppExit);
return;
}