clippy(all): cleanup

This commit is contained in:
Nova
2024-07-19 09:30:53 -04:00
parent 0b398284e2
commit 39499a061a
6 changed files with 21 additions and 18 deletions

View File

@@ -198,7 +198,7 @@ impl App {
// }
fn frame(&mut self, info: &FrameInfo) {
let _ = self.grabbable.update(&info);
let _ = self.grabbable.update(info);
if self.grabbable.grab_action().actor_stopped() {
self.grabbable.cancel_angular_velocity();