Update button usage

This commit is contained in:
Dean Herbert
2019-11-05 16:26:31 +09:00
parent fe374eabe0
commit 44d0791676
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Graphics.UserInterface
/// <summary>
/// A button with added default sound effects.
/// </summary>
public class OsuButton : Button
public class OsuButton : BasicButton
{
private Box hover;