mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
SkipButton -> SkipOverlay
This commit is contained in:
@ -13,7 +13,7 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
Add(new SkipButton(Clock.CurrentTime + 5000));
|
||||
Add(new SkipOverlay(Clock.CurrentTime + 5000));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user