1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 15:40:29 +01:00

Disabled test version message

This commit is contained in:
Rich Dunne 2020-09-13 04:50:51 -06:00
parent e58dc71113
commit 19409be1d9

View file

@ -15,10 +15,10 @@ namespace SceneManager
GetControllerInput(); GetControllerInput();
// Display this message for test versions only // Display this message for test versions only
if (MainMenu.mainMenu.Visible) //if (MainMenu.mainMenu.Visible)
{ //{
Game.DisplaySubtitle($"You are using a test build of Scene Manager. Please report any bugs/crashes in the Discord server."); // Game.DisplaySubtitle($"You are using a test build of Scene Manager. Please report any bugs/crashes in the Discord server.");
} //}
MenuManager.menuPool.ProcessMenus(); MenuManager.menuPool.ProcessMenus();
GameFiber.Yield(); GameFiber.Yield();