[AlternateIKSystem] Make resharper shut up

This commit is contained in:
NotAKidoS 2023-07-14 04:14:11 -05:00
parent 3f4de3ed7f
commit dc2916e8e6
3 changed files with 5 additions and 6 deletions

View file

@ -32,8 +32,8 @@ internal abstract class IKHandler
// Solver Info
internal float _scaleDifference = 1f;
internal float _locomotionWeight = 1f;
internal float _ikSimulatedRootAngle = 0f;
internal bool _wasTrackingLocomotion = false;
internal float _ikSimulatedRootAngle;
internal bool _wasTrackingLocomotion;
#endregion