format
This commit is contained in:
parent
60d3198e41
commit
e7c533d728
1 changed files with 6 additions and 5 deletions
|
@ -738,7 +738,8 @@ fn spawn_entities(
|
||||||
if state.is_vehicle {
|
if state.is_vehicle {
|
||||||
actor.insert(actor::Vehicle::default());
|
actor.insert(actor::Vehicle::default());
|
||||||
}
|
}
|
||||||
if state.is_vehicle || state.is_suited
|
if state.is_vehicle
|
||||||
|
|| state.is_suited
|
||||||
|| state.thrust_forward > 0.0
|
|| state.thrust_forward > 0.0
|
||||||
|| state.thrust_sideways > 0.0
|
|| state.thrust_sideways > 0.0
|
||||||
|| state.thrust_back > 0.0
|
|| state.thrust_back > 0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue