Rename ManiaStage to Stage

This commit is contained in:
Dean Herbert
2020-04-08 14:08:34 +09:00
parent d63cfdc024
commit 3794b55eef
7 changed files with 13 additions and 13 deletions

View File

@ -41,7 +41,7 @@ namespace osu.Game.Rulesets.Mania.UI.Components
InternalChild = directionContainer = new Container
{
RelativeSizeAxes = Axes.X,
Height = ManiaStage.HIT_TARGET_POSITION,
Height = Stage.HIT_TARGET_POSITION,
Children = new[]
{
gradient = new Box