mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09: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;
|
get => Component.Current;
|
||||||
set => Component.Current = value;
|
set => Component.Current = value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user