mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[AlternateIKSystem] Make resharper shut up
This commit is contained in:
parent
3f4de3ed7f
commit
dc2916e8e6
3 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue