Skip to content

Commit 231c60d

Browse files
committed
Fixed start rotation issue on NetworkedTransform
1 parent 711a072 commit 231c60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/MonoBehaviours/Prototyping/NetworkedTransform.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public override void NetworkStart()
102102
lerpStartRot = transform.rotation;
103103

104104
lerpEndPos = transform.position;
105-
lerpStartRot = transform.rotation;
105+
lerpEndRot = transform.rotation;
106106
}
107107

108108
private void Update()

0 commit comments

Comments
 (0)