mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Rename to BeatmapSetOverlay
This commit is contained in:
@ -12,15 +12,15 @@ using osu.Game.Users;
|
||||
|
||||
namespace osu.Game.Tests.Visual
|
||||
{
|
||||
internal class TestCaseOnlineBeatmapSetOverlay : OsuTestCase
|
||||
internal class TestCaseBeatmapSetOverlay : OsuTestCase
|
||||
{
|
||||
public override string Description => @"view online beatmap sets";
|
||||
|
||||
private readonly OnlineBeatmapSetOverlay overlay;
|
||||
private readonly BeatmapSetOverlay overlay;
|
||||
|
||||
public TestCaseOnlineBeatmapSetOverlay()
|
||||
public TestCaseBeatmapSetOverlay()
|
||||
{
|
||||
Add(overlay = new OnlineBeatmapSetOverlay());
|
||||
Add(overlay = new BeatmapSetOverlay());
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
Reference in New Issue
Block a user