Remove mod multiplier completely

This commit is contained in:
Dean Herbert
2021-06-25 16:36:31 +09:00
parent 93edb25ace
commit 5883922177
3 changed files with 3 additions and 62 deletions

View File

@ -32,7 +32,6 @@ namespace osu.Game.Screens.OnlinePlay
{
IsValidMod = m => true;
MultiplierSection.Alpha = 0;
DeselectAllButton.Alpha = 0;
Drawable selectAllButton;