mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[ThirdPerson] Quick fix for DesktopVRSwitch.
This commit is contained in:
parent
30d37aefa1
commit
fb67a08c08
2 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
using ABI_RC.Core.Base;
|
||||
using ABI_RC.Core.Player;
|
||||
using ABI_RC.Core.Savior;
|
||||
using ABI_RC.Core.Util.Object_Behaviour;
|
||||
using Aura2API;
|
||||
using BeautifyEffect;
|
||||
|
@ -187,7 +188,9 @@ internal static class CameraLogic
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
private static void ResetDist() => _dist = 0;
|
||||
internal static void ScrollDist(float sign) { _dist += sign * 0.25f; RelocateCam(CurrentLocation); }
|
||||
internal static void AdjustScale(float height) { _scale = height; RelocateCam(CurrentLocation); }
|
||||
internal static void CheckVRMode() { if (MetaPort.Instance.isUsingVr) State = false; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue