We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34031be commit 190564eCopy full SHA for 190564e
1 file changed
MLAPI/MonoBehaviours/Prototyping/NetworkedAnimator.cs
@@ -81,7 +81,9 @@ private void FixedUpdate()
81
82
CheckSendRate();
83
84
- if (!CheckAnimStateChanged(out int stateHash, out float normalizedTime))
+ int stateHash;
85
+ float normalizedTime;
86
+ if (!CheckAnimStateChanged(out stateHash, out normalizedTime))
87
{
88
return;
89
}
0 commit comments