fix Icarus not being influenced by atmosphere

This commit is contained in:
yuni 2024-12-02 01:41:36 +01:00
parent e6608e9af1
commit 86bfea760f

View file

@ -1177,6 +1177,7 @@ fn spawn_scenes(
state.chat = state.id.clone();
state.model_scale = 1.0;
state.is_experiencing_atmosphere = true;
// command: angularmomentum 0.4 0.2 0.1
state.angular_momentum = DVec3::new(0.4, 0.2, 0.1);