1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 04:19:53 +08:00

Fix inspection

This commit is contained in:
Dan Balasescu
2024-12-24 20:22:16 +09:00
Unverified
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>();