We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e424832 commit 7cc433aCopy full SHA for 7cc433a
1 file changed
com.unity.netcode.gameobjects/Runtime/Components/NetworkTransform.cs
@@ -2537,7 +2537,7 @@ protected internal void ApplyAuthoritativeState()
2537
adjustedRotAngles.z = SyncRotAngleZ ? adjustedRotAngles.z : currentRotation.z;
2538
adjustedRotation.eulerAngles = adjustedRotAngles;
2539
2540
-
+
2541
var adjustedScale = m_InternalCurrentScale;
2542
var currentScale = GetScale();
2543
adjustedScale.x = SyncScaleX ? adjustedScale.x : currentScale.x;
0 commit comments