PredictedRigidbody: comment out unused positionSensitivity for now

This commit is contained in:
mischa 2023-11-20 12:17:43 +01:00
parent 3367ed9e1d
commit a24103baef

View File

@ -65,8 +65,8 @@ public class PredictedRigidbody : NetworkBehaviour
Rigidbody rb;
Vector3 lastPosition;
[Tooltip("Broadcast changes if position changed by more than ... meters.")]
public float positionSensitivity = 0.01f;
// [Tooltip("Broadcast changes if position changed by more than ... meters.")]
// public float positionSensitivity = 0.01f;
// client keeps state history for correction & reconciliation
[Header("State History")]