Skip to content

Commit

Permalink
Update src/loop_logic.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Elinor B. <[email protected]>
  • Loading branch information
Drakulix and elinorbgr authored Oct 5, 2023
1 parent 5624941 commit c219880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/loop_logic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ impl<'l, Data> EventLoop<'l, Data> {
.sources
.borrow_mut()
.get_mut(registroken_token)
.unwrap_or(&mut None)
.take();
}
PostAction::Continue => {}
Expand Down

0 comments on commit c219880

Please sign in to comment.