update comment

This commit is contained in:
yuni 2024-11-30 02:09:09 +01:00
parent eddfb03cfd
commit 07de91e51f

View file

@ -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 {