diff --git a/voxygen/src/window.rs b/voxygen/src/window.rs index 7229f007d0..da2ff7f6a9 100644 --- a/voxygen/src/window.rs +++ b/voxygen/src/window.rs @@ -523,8 +523,8 @@ impl Window { state == glutin::ElementState::Pressed, )); } - events.push(Event::MouseButton(button, state)); } + events.push(Event::MouseButton(button, state)); }, glutin::WindowEvent::KeyboardInput { input, .. } => { if let Some(key) = input.virtual_keycode {