mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Remove unused button state.
This commit is contained in:
@ -632,9 +632,6 @@ namespace osu.Game.GameModes.Menu
|
||||
FadeOut(800);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case ButtonState.Contracted2:
|
||||
|
||||
break;
|
||||
case ButtonState.Expanded:
|
||||
const int expand_duration = 500;
|
||||
@ -647,15 +644,12 @@ namespace osu.Game.GameModes.Menu
|
||||
FadeOut(explode_duration / 4 * 3);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public enum ButtonState
|
||||
{
|
||||
Contracted,
|
||||
Contracted2,
|
||||
Expanded,
|
||||
Exploded
|
||||
}
|
||||
|
Reference in New Issue
Block a user