mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Update framework
This commit is contained in:
committed by
Dean Herbert
parent
39d20565aa
commit
9d523ea012
@ -55,7 +55,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
timeRangeBindable.ValueChanged += v => timeRangeText.Text = $"Visible Range: {v:#,#.#}";
|
||||
timeRangeBindable.ValueChanged += v => bottomLabel.Text = $"t minus {v:#,#}";
|
||||
|
||||
Add(new Drawable[]
|
||||
AddRange(new Drawable[]
|
||||
{
|
||||
new Container
|
||||
{
|
||||
|
Reference in New Issue
Block a user