We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b194c60 commit 6fa1263Copy full SHA for 6fa1263
crates/bevy_winit/src/lib.rs
@@ -393,7 +393,7 @@ pub fn winit_runner(mut app: App) {
393
) = create_window_system_state.get_mut(&mut app.world);
394
395
create_windows(
396
- &event_loop,
+ event_loop,
397
commands,
398
windows.iter_mut(),
399
event_writer,
@@ -763,7 +763,7 @@ pub fn winit_runner(mut app: App) {
763
764
765
766
767
768
769
0 commit comments