Fixed start position on NetworkedTransform
This commit is contained in:
parent
e0ee0862c6
commit
20b315b7fc
@ -94,6 +94,15 @@ namespace MLAPI.MonoBehaviours.Prototyping
|
|||||||
{
|
{
|
||||||
timeForLerp = 1f / SendsPerSecond;
|
timeForLerp = 1f / SendsPerSecond;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lastSentRot = transform.rotation;
|
||||||
|
lastSentPos = transform.position;
|
||||||
|
|
||||||
|
lerpStartPos = transform.position;
|
||||||
|
lerpStartRot = transform.rotation;
|
||||||
|
|
||||||
|
lerpEndPos = transform.position;
|
||||||
|
lerpStartRot = transform.rotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Update()
|
private void Update()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user