mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
touches
This commit is contained in:
parent
b4ea7baba4
commit
c8cf2afd87
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
using NAK.AASBufferFix.Properties;
|
using NAK.AASBufferFix.Properties;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
|
|
||||||
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
|
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
|
||||||
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
|
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
|
||||||
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
|
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
|
||||||
|
|
|
@ -9,7 +9,7 @@ internal class HarmonyPatches
|
||||||
{
|
{
|
||||||
//Support for changing VRMode during runtime.
|
//Support for changing VRMode during runtime.
|
||||||
[HarmonyPostfix]
|
[HarmonyPostfix]
|
||||||
[HarmonyPatch(typeof(PlayerSetup), "CalibrateAvatar")]
|
[HarmonyPatch(typeof(PlayerSetup), nameof(PlayerSetup.CalibrateAvatar))]
|
||||||
private static void CheckVRModeOnSwitch()
|
private static void CheckVRModeOnSwitch()
|
||||||
{
|
{
|
||||||
if (Blackout.inVR != MetaPort.Instance.isUsingVr)
|
if (Blackout.inVR != MetaPort.Instance.isUsingVr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue