From 370c825c8e48d831c28f67827a2d0798fb2ad696 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Tue, 18 Jan 2022 18:50:50 +0100 Subject: [PATCH] fixup --- src/input/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/mod.rs b/src/input/mod.rs index e9d71537..aaed308c 100644 --- a/src/input/mod.rs +++ b/src/input/mod.rs @@ -162,7 +162,7 @@ impl Common { } #[cfg(feature = "debug")] { - self.common.egui.state.handle_device_added(&device); + self.egui.state.handle_device_added(&device); } } InputEvent::DeviceRemoved { device } => { @@ -186,7 +186,7 @@ impl Common { } #[cfg(feature = "debug")] { - self.common.egui.state.handle_device_added(&device); + self.egui.state.handle_device_added(&device); } } InputEvent::Keyboard { event, .. } => {