mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 04:59:52 +08:00
Revert virtual current bindable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user