Skip to content

Commit

Permalink
Prep for stability release
Browse files Browse the repository at this point in the history
  • Loading branch information
benaclejames committed Apr 1, 2021
1 parent e010587 commit da48289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VRCEyeTracking/MainMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public override void OnApplicationQuit()

public override void OnSceneWasLoaded(int level, string levelName)
{
if (level == -1 && !QuickModeMenu.HasInitMenu)
QuickModeMenu.InitializeMenu();
//if (level == -1 && !QuickModeMenu.HasInitMenu)
// QuickModeMenu.InitializeMenu();

SRanipalTrack.MinOpen = 999;
SRanipalTrack.MaxOpen = 0;
Expand Down

0 comments on commit da48289

Please sign in to comment.