Skip to content

Commit

Permalink
Fixed Crashing Due To Unknown Pen Inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ap6661 committed Jan 26, 2024
1 parent f00fc82 commit ac4d0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ fn on_wacom_input(app: &mut appctx::ApplicationContext<'_>, input: input::WacomE
wacom_stack.clear();
}
}
_ => unreachable!(),
_ => {},
}
}
input::WacomEvent::Hover {
Expand Down

0 comments on commit ac4d0ae

Please sign in to comment.