[OriginShift] Fix README

This commit is contained in:
NotAKidoS 2024-06-18 17:52:44 -05:00
parent 873c6b1062
commit 07296bb6f0
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ namespace NAK.OriginShift.Components
private void Start()
{
// set threshold (we can not support dynamic threshold change)
ORIGIN_SHIFT_THRESHOLD = _shiftThreshold;
ORIGIN_SHIFT_THRESHOLD = IsForced ? 1000f : _shiftThreshold;
OriginShiftManager.OnOriginShifted += OnOriginShifted;
OriginShiftManager.Instance.SetupManager(IsForced);