fix typo (#9651)
plural "windows" in message where it should be singular "window"
This commit is contained in:
parent
23598d7bec
commit
4bf9b7bde3
@ -28,7 +28,7 @@ pub fn exit_on_primary_closed(
|
|||||||
windows: Query<(), (With<Window>, With<PrimaryWindow>)>,
|
windows: Query<(), (With<Window>, With<PrimaryWindow>)>,
|
||||||
) {
|
) {
|
||||||
if windows.is_empty() {
|
if windows.is_empty() {
|
||||||
bevy_utils::tracing::info!("Primary windows was closed, exiting");
|
bevy_utils::tracing::info!("Primary window was closed, exiting");
|
||||||
app_exit_events.send(AppExit);
|
app_exit_events.send(AppExit);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user