mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 14:25:42 +08:00
Back out test change
It was mostly a demonstrative thing to use in the heat in the moment for the skinnable mod display and it breaks all other tests. So let's just not.
This commit is contained in:
@@ -54,11 +54,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
{
|
||||
base.SetUpSteps();
|
||||
|
||||
AddStep("Add DT and HD", () =>
|
||||
{
|
||||
LoadPlayer([new OsuModDoubleTime { SpeedChange = { Value = 1.337 } }, new OsuModHidden()]);
|
||||
});
|
||||
|
||||
AddStep("reset skin", () => skins.CurrentSkinInfo.SetDefault());
|
||||
AddUntilStep("wait for hud load", () => targetContainer.ComponentsLoaded);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user