Removed debug and updated to new texture names.

This commit is contained in:
2019-03-07 23:46:51 -06:00
parent c8415dd794
commit 061991494e
2 changed files with 3 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ using RecrownedAthenaeum.UI.Modular.Modules;
using RecrownedAthenaeum.UI.Modular.Modules.Interactive;
using RecrownedAthenaeum.UI.SkinSystem;
using RecrownedAthenaeum.UI.SkinSystem.Definitions;
using System;
namespace RhythmBullet.Screens.MainMenu
{
@@ -18,7 +19,6 @@ namespace RhythmBullet.Screens.MainMenu
internal MainPage() : base(0, 0)
{
Debugging = true;
}
protected override void Initialize(ContentManagerController assets, ISkin skin)