Skip to content

Commit 6fa1263

Browse files
committed
Update lib.rs
1 parent b194c60 commit 6fa1263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_winit/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ pub fn winit_runner(mut app: App) {
393393
) = create_window_system_state.get_mut(&mut app.world);
394394

395395
create_windows(
396-
&event_loop,
396+
event_loop,
397397
commands,
398398
windows.iter_mut(),
399399
event_writer,
@@ -763,7 +763,7 @@ pub fn winit_runner(mut app: App) {
763763
) = create_window_system_state.get_mut(&mut app.world);
764764

765765
create_windows(
766-
&event_loop,
766+
event_loop,
767767
commands,
768768
windows.iter_mut(),
769769
event_writer,

0 commit comments

Comments
 (0)