Rafts: interp

This commit is contained in:
JohnCorby 2022-02-25 05:35:19 -08:00
parent c8d2967e20
commit 74daff32b7

View File

@ -8,8 +8,7 @@ namespace QSB.EchoesOfTheEye.RaftSync.TransformSync;
public class RaftTransformSync : UnsectoredRigidbodySync
{
protected override bool UseInterpolation => false;
protected override bool OnlyApplyOnDeserialize => true;
protected override bool UseInterpolation => true;
private QSBRaft _qsbRaft;
private static readonly List<RaftTransformSync> _instances = new();