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