Skip to content

Commit 8388a66

Browse files
style
Didn't save the change... adding last standards check issue fix.
1 parent a773a1f commit 8388a66

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

com.unity.netcode.gameobjects/Runtime/Components/NetworkAnimator.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,8 +1345,7 @@ private unsafe void WriteParameters(ref FastBufferWriter writer)
13451345
BytePacker.WriteValuePacked(writer, (uint)valueInt);
13461346
}
13471347
}
1348-
else
1349-
if (cacheValue.Type == AnimationParamEnumWrapper.AnimatorControllerParameterBool)
1348+
else if (cacheValue.Type == AnimationParamEnumWrapper.AnimatorControllerParameterBool)
13501349
{
13511350
var valueBool = m_Animator.GetBool(hash);
13521351
fixed (void* value = cacheValue.Value)

0 commit comments

Comments
 (0)