diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2026-09-01 19:08:17 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2026-09-01 19:08:17 -0700 |
| commit | 7eedb19a5f28150a28b8cf1ec5fb08139d6b5590 (patch) | |
| tree | 7a2b43902bda122e7c025d0abbda22a4de936860 /src/main.rs | |
| parent | 2335bd23e3b4e09177ff02e236612b78c1730b9c (diff) | |
lint
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 1c7abb1..019c8fa 100644 --- a/src/main.rs +++ b/src/main.rs @@ -200,7 +200,7 @@ impl ApplicationHandler for App { } if let Some(camera) = &self.camera { - self.input_manager.apply_event(&event, &camera); + self.input_manager.apply_event(&event, camera); } match event { |
