mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
PredictedRigidbody: comment out unused positionSensitivity for now
This commit is contained in:
parent
3367ed9e1d
commit
a24103baef
@ -65,8 +65,8 @@ public class PredictedRigidbody : NetworkBehaviour
|
|||||||
Rigidbody rb;
|
Rigidbody rb;
|
||||||
Vector3 lastPosition;
|
Vector3 lastPosition;
|
||||||
|
|
||||||
[Tooltip("Broadcast changes if position changed by more than ... meters.")]
|
// [Tooltip("Broadcast changes if position changed by more than ... meters.")]
|
||||||
public float positionSensitivity = 0.01f;
|
// public float positionSensitivity = 0.01f;
|
||||||
|
|
||||||
// client keeps state history for correction & reconciliation
|
// client keeps state history for correction & reconciliation
|
||||||
[Header("State History")]
|
[Header("State History")]
|
||||||
|
Loading…
Reference in New Issue
Block a user