mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 08:42:55 +08:00
Revert virtual
current bindable
This commit is contained in:
parent
1ff070f5ff
commit
5d74d92fcf
@ -15,7 +15,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
{
|
||||
}
|
||||
|
||||
public virtual Bindable<TValue> Current
|
||||
public Bindable<TValue> Current
|
||||
{
|
||||
get => Component.Current;
|
||||
set => Component.Current = value;
|
||||
|
Loading…
Reference in New Issue
Block a user