Skip to content

Commit

Permalink
Update crates/bevy_window/src/system.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
DJMcNab and alice-i-cecile authored Jan 6, 2022
1 parent 6c1e61f commit 18c65a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_window/src/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub fn close_on_esc(
mut windows: ResMut<Windows>,
input: Res<Input<KeyCode>>,
) {
// Todo: Track this more generally
// TODO: Track this more generally
for event in focused_events.iter() {
*focused = event.focused.then(|| event.id);
}
Expand Down

0 comments on commit 18c65a8

Please sign in to comment.