Add hover sounds to mod buttons

This commit is contained in:
Dean Herbert
2017-11-26 03:28:11 +09:00
parent 880418fd0d
commit c5aacb75c6
2 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,6 @@
using OpenTK;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Mods;
namespace osu.Game.Overlays.Mods
{
@ -12,8 +11,6 @@ namespace osu.Game.Overlays.Mods
/// </summary>
public class ModButtonEmpty : Container
{
public virtual Mod SelectedMod => null;
public ModButtonEmpty()
{
Size = new Vector2(100f);