mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:02:54 +08:00
Update test case.
This commit is contained in:
parent
12d2102a88
commit
1842d80e28
@ -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();
|
||||
}
|
||||
|
@ -5,7 +5,6 @@ using OpenTK;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Primitives;
|
||||
using osu.Framework.Graphics.Transforms;
|
||||
using System;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Framework.Allocation;
|
||||
|
Loading…
Reference in New Issue
Block a user