refactored input again

This commit is contained in:
MalekiRe
2023-09-13 23:57:48 -07:00
parent efc0065307
commit 5363a2d382
7 changed files with 240 additions and 31 deletions

View File

@@ -136,7 +136,7 @@ impl<G: xr::Graphics> SwapchainInner<G> {
let swapchain = self.handle.lock().unwrap();
if views.len() == 0 {
warn!("views are len of 0");
return Ok(())
return Ok(());
}
self.stream.lock().unwrap().end(
predicted_display_time,