Fixed start rotation issue on NetworkedTransform
This commit is contained in:
parent
711a072d65
commit
231c60d0c5
@ -102,7 +102,7 @@ namespace MLAPI.MonoBehaviours.Prototyping
|
|||||||
lerpStartRot = transform.rotation;
|
lerpStartRot = transform.rotation;
|
||||||
|
|
||||||
lerpEndPos = transform.position;
|
lerpEndPos = transform.position;
|
||||||
lerpStartRot = transform.rotation;
|
lerpEndRot = transform.rotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Update()
|
private void Update()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user