This commit is contained in:
mischa 2023-11-14 13:02:15 +01:00
parent c2fb271b83
commit 9d94adb1b8

View File

@ -15,7 +15,6 @@ struct RigidbodyState : PredictedState
public Vector3 positionDelta; // delta to get from last to this position
public Vector3 position;
public Quaternion rotation; // TODO delta rotation?
public Vector3 velocityDelta; // delta to get from last to this velocity