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:
commit
595b260782
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user