Revert virtual current bindable

This commit is contained in:
Salman Ahmed 2022-06-15 19:28:43 +03:00
parent 1ff070f5ff
commit 5d74d92fcf

View File

@ -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;