Skip to content

Commit

Permalink
Update run.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Oct 3, 2024
1 parent eb1812a commit 94e6ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eframe/src/native/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl<T: WinitApp> WinitAppWrapper<T> {
event_loop: &ActiveEventLoop,
event_result: Result<EventResult>,
) {
let now = Instant::now();
let mut now = Instant::now();
let mut exit = false;

log::trace!("event_result: {event_result:?}");
Expand Down

0 comments on commit 94e6ea0

Please sign in to comment.