added a space

This commit is contained in:
Eternalisime 2022-11-13 11:27:17 +01:00
parent ed25a84c72
commit 8aa4f782f4

View File

@ -3542,7 +3542,7 @@ impl<'a> AgentData<'a> {
agent.action_state.counters
[ActionStateFCounters::FCounterRoshwalrAttack as usize] = 0.0;
}
} else if attack_data.dist_sqrd < MELEE_RANGE.powi(2) && attack_data.angle < 135.0{
} else if attack_data.dist_sqrd < MELEE_RANGE.powi(2) && attack_data.angle < 135.0 {
// Basic attack if in melee range
controller.push_basic_input(InputKind::Primary);
}