mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-21 00:39:53 +00:00
Rafts: interp
This commit is contained in:
parent
c8d2967e20
commit
74daff32b7
@ -8,8 +8,7 @@ namespace QSB.EchoesOfTheEye.RaftSync.TransformSync;
|
|||||||
|
|
||||||
public class RaftTransformSync : UnsectoredRigidbodySync
|
public class RaftTransformSync : UnsectoredRigidbodySync
|
||||||
{
|
{
|
||||||
protected override bool UseInterpolation => false;
|
protected override bool UseInterpolation => true;
|
||||||
protected override bool OnlyApplyOnDeserialize => true;
|
|
||||||
|
|
||||||
private QSBRaft _qsbRaft;
|
private QSBRaft _qsbRaft;
|
||||||
private static readonly List<RaftTransformSync> _instances = new();
|
private static readonly List<RaftTransformSync> _instances = new();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user