mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 04:19:53 +08:00
Fix inspection
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user