mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update test case.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
using System.Collections.Generic;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.MathUtils;
|
||||
using osu.Framework.Screens.Testing;
|
||||
using osu.Framework.Testing;
|
||||
using osu.Game.Screens.Play;
|
||||
|
||||
namespace osu.Desktop.VisualTests.Tests
|
||||
@ -28,8 +28,8 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
OnSeek = time => progress.CurrentTime = time,
|
||||
});
|
||||
|
||||
AddButton("Toggle Bar", progress.ToggleVisibility);
|
||||
AddButton("New Values", displayNewValues);
|
||||
AddStep("Toggle Bar", progress.ToggleVisibility);
|
||||
AddStep("New Values", displayNewValues);
|
||||
|
||||
displayNewValues();
|
||||
}
|
||||
|
Reference in New Issue
Block a user