fix build issues

This commit is contained in:
Skyler Lehmkuhl 2026-06-02 13:41:10 -04:00
parent a36553ccbb
commit 37f4abd1f5
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ impl TabletInput {
let pressure = ctx.input(|i| {
i.events.iter().rev().find_map(|e| {
if let egui::Event::Touch {
force: Some(egui::TouchForce::Normalized(f)),
force: Some(f),
..
} = e
{