Skip to content

Commit

Permalink
aparently, invisable charaters matter
Browse files Browse the repository at this point in the history
  • Loading branch information
inyourface34456 committed Nov 5, 2024
1 parent 26dad41 commit d0ccee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plastic_tui/src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ impl Ui {
if self.gilrs.is_none() {
return;
}

while let Some(GilrsEvent { id, event, .. }) = self.gilrs.as_mut().unwrap().next_event() {
self.active_gamepad = Some(id);
if event == EventType::Disconnected {
Expand Down

0 comments on commit d0ccee0

Please sign in to comment.