Skip to content

Commit 325f682

Browse files
authored
Update lib.rs
1 parent 0c0b5ba commit 325f682

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

crates/egui-winit/src/lib.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,13 +1287,7 @@ pub fn process_viewport_commands(
12871287
actions_requested: &mut HashSet<ActionRequested>,
12881288
) {
12891289
for command in commands {
1290-
process_viewport_command(
1291-
egui_ctx,
1292-
window,
1293-
command,
1294-
info,
1295-
actions_requested,
1296-
);
1290+
process_viewport_command(egui_ctx, window, command, info, actions_requested);
12971291
}
12981292
}
12991293

0 commit comments

Comments
 (0)