mirror of
https://github.com/ppy/osu
synced 2024-12-27 17:32:56 +00: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