You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you trigger a flap, any banking turning you were doing will be paused until the flap action is finished. This seems to be related to this line here
When you trigger a flap, any banking turning you were doing will be paused until the flap action is finished. This seems to be related to this line here
OpenFlight-VRC/Packages/com.mattshark.openflight/Runtime/Scripts/Flight/WingFlightPlusGlide.cs
Lines 588 to 593 in 86b9ace
When
rotSpeedGoal
is set to 0, rotation wont happen inupdate()
OpenFlight-VRC/Packages/com.mattshark.openflight/Runtime/Scripts/Flight/WingFlightPlusGlide.cs
Lines 360 to 389 in 86b9ace
rotSpeedGoal
being set to 0 seems to erroneously happen as the if statement its captured by is checking for flaps as part of its conditionsOpenFlight-VRC/Packages/com.mattshark.openflight/Runtime/Scripts/Flight/WingFlightPlusGlide.cs
Lines 522 to 529 in 86b9ace
The text was updated successfully, but these errors were encountered: