Removed warnings

This commit is contained in:
Nicola Guerrera
2023-05-14 15:31:35 +02:00
parent 45c6399b63
commit e838a9f05f
3 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ impl RootHandler for Sirius {
app.frame(info);
}
self.grabbable.update(&info);
self.grabbable.update(&info).unwrap();
self.touch_plane.update();
if self.touch_plane.touch_started() {
println!("Touch started");