chore(formatting): added brackets for consistency
This commit is contained in:
parent
317b7f877a
commit
dc56c7bc52
|
@ -27,8 +27,9 @@ void CharacterActor::_process(double delta_time) { GDGAMEONLY();
|
|||
if(!this->mode_manual) {
|
||||
this->process_ai(delta_time);
|
||||
}
|
||||
if(this->firing)
|
||||
if(this->firing) {
|
||||
this->try_fire_weapon();
|
||||
}
|
||||
}
|
||||
|
||||
void CharacterActor::_physics_process(double delta_time) { GDGAMEONLY();
|
||||
|
|
Loading…
Reference in a new issue