1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 03:47:26 +08:00

Merge branch 'mod_content_centering' of https://github.com/vruss/osu into mod_content_centering

This commit is contained in:
Viktor Rosvall 2019-12-29 09:15:23 +01:00
commit 595b260782

View File

@ -45,6 +45,13 @@ namespace osu.Game.Tests.Visual.UserInterface
AddStep(@"Add multiple Mods", () => changeMods(mutlipleIncrementMods));
AddAssert(@"Check multiple mod multiplier", () => assertModsMultiplier(mutlipleIncrementMods));
}
[Test]
public void Temporary()
{
var hiddenMod = new Mod[] { new OsuModRelax() };
AddStep(@"Add Hidden", () => changeMods(hiddenMod));
}
[Test]
public void TestDecrementMultiplier()