mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 06:49:22 +00:00
[OriginShift] Fix README
This commit is contained in:
parent
873c6b1062
commit
07296bb6f0
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue