stuff got reverted???

This commit is contained in:
NotAKidoS 2023-02-21 04:37:45 -06:00
parent 7e942d61cc
commit 268fd42216
2 changed files with 1 additions and 128 deletions

View file

@ -85,7 +85,7 @@ public class DesktopVRSwitch : MonoBehaviour
yield break;
}
DesktopVRSwitchMod.Logger.Error("Attempted to exit VR without a VR device loaded.");
FailedVRModeSwitch(true);
FailedVRModeSwitch(false);
yield break;
}