cleanup
This commit is contained in:
parent
fcd9fe55d3
commit
2cf10f2395
|
@ -142,7 +142,7 @@ pub fn show_deathscreen(
|
||||||
pub fn handle_deathscreen_input(
|
pub fn handle_deathscreen_input(
|
||||||
keyboard_input: Res<ButtonInput<KeyCode>>,
|
keyboard_input: Res<ButtonInput<KeyCode>>,
|
||||||
mut ew_deathscreen: EventWriter<DeathScreenEvent>,
|
mut ew_deathscreen: EventWriter<DeathScreenEvent>,
|
||||||
settings: ResMut<Settings>,
|
settings: Res<Settings>,
|
||||||
) {
|
) {
|
||||||
if !settings.deathscreen_active {
|
if !settings.deathscreen_active {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue