fixup
This commit is contained in:
parent
ef9e3d3c7c
commit
370c825c8e
1 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,7 @@ impl Common {
|
||||||
}
|
}
|
||||||
#[cfg(feature = "debug")]
|
#[cfg(feature = "debug")]
|
||||||
{
|
{
|
||||||
self.common.egui.state.handle_device_added(&device);
|
self.egui.state.handle_device_added(&device);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
InputEvent::DeviceRemoved { device } => {
|
InputEvent::DeviceRemoved { device } => {
|
||||||
|
|
@ -186,7 +186,7 @@ impl Common {
|
||||||
}
|
}
|
||||||
#[cfg(feature = "debug")]
|
#[cfg(feature = "debug")]
|
||||||
{
|
{
|
||||||
self.common.egui.state.handle_device_added(&device);
|
self.egui.state.handle_device_added(&device);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
InputEvent::Keyboard { event, .. } => {
|
InputEvent::Keyboard { event, .. } => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue