fix build issues
This commit is contained in:
parent
a36553ccbb
commit
37f4abd1f5
|
|
@ -213,7 +213,7 @@ impl TabletInput {
|
||||||
let pressure = ctx.input(|i| {
|
let pressure = ctx.input(|i| {
|
||||||
i.events.iter().rev().find_map(|e| {
|
i.events.iter().rev().find_map(|e| {
|
||||||
if let egui::Event::Touch {
|
if let egui::Event::Touch {
|
||||||
force: Some(egui::TouchForce::Normalized(f)),
|
force: Some(f),
|
||||||
..
|
..
|
||||||
} = e
|
} = e
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue