mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 03:42:56 +08:00
Fix inspection
This commit is contained in:
parent
b4f35f330c
commit
a2dc16f8df
@ -15,7 +15,7 @@ using osu.Game.Screens.Select;
|
||||
|
||||
namespace osu.Game.Screens.OnlinePlay
|
||||
{
|
||||
public class FooterButtonFreeStyle : FooterButton, IHasCurrentValue<bool>
|
||||
public partial class FooterButtonFreeStyle : FooterButton, IHasCurrentValue<bool>
|
||||
{
|
||||
private readonly BindableWithCurrent<bool> current = new BindableWithCurrent<bool>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user