Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Jun 13, 2024
1 parent 0c0b5ba commit 325f682
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions crates/egui-winit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1287,13 +1287,7 @@ pub fn process_viewport_commands(
actions_requested: &mut HashSet<ActionRequested>,
) {
for command in commands {
process_viewport_command(
egui_ctx,
window,
command,
info,
actions_requested,
);
process_viewport_command(egui_ctx, window, command, info, actions_requested);
}
}

Expand Down

0 comments on commit 325f682

Please sign in to comment.