update comment
This commit is contained in:
parent
eddfb03cfd
commit
07de91e51f
|
@ -1513,7 +1513,7 @@ fn spawn_entities(
|
||||||
actor.insert(actor::ExperiencesAtmosphere);
|
actor.insert(actor::ExperiencesAtmosphere);
|
||||||
}
|
}
|
||||||
if state.is_player || state.is_vehicle {
|
if state.is_player || state.is_vehicle {
|
||||||
// used to apply mouse movement to actor rotation
|
// previously used to apply mouse movement to actor rotation, but currently unused
|
||||||
actor.insert(ExternalTorque::ZERO.with_persistence(false));
|
actor.insert(ExternalTorque::ZERO.with_persistence(false));
|
||||||
}
|
}
|
||||||
if state.is_lifeform {
|
if state.is_lifeform {
|
||||||
|
|
Loading…
Reference in a new issue