mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-13 21:40:50 +00:00
fix snap
This commit is contained in:
parent
801e56063c
commit
fa13a40941
@ -267,8 +267,8 @@ namespace QSB.Syncs
|
||||
}
|
||||
else if (UseInterpolation)
|
||||
{
|
||||
SmoothPosition = transform.position;
|
||||
SmoothRotation = transform.rotation;
|
||||
SmoothPosition = ReferenceTransform.ToRelPos(AttachedObject.transform.position);
|
||||
SmoothRotation = ReferenceTransform.ToRelRot(AttachedObject.transform.rotation);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user