mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 00:42:57 +08:00
Remove null-stage fallback
This commit is contained in:
parent
9d9780707d
commit
bb5fa472dc
@ -1,7 +1,6 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using System;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Bindables;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
@ -27,9 +26,6 @@ namespace osu.Game.Rulesets.Mania.Skinning
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
if (Stage == null)
|
||||
FallbackColumnIndex = (Column.Index % 2 + 1).ToString();
|
||||
else
|
||||
switch (Column.ColumnType)
|
||||
{
|
||||
case ColumnType.Special:
|
||||
|
Loading…
Reference in New Issue
Block a user