fix Icarus not being influenced by atmosphere
This commit is contained in:
parent
e6608e9af1
commit
86bfea760f
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue