Addressed change requests

This commit is contained in:
Terochi
2023-02-21 20:59:36 +01:00
parent 191604340f
commit dd53a70071
3 changed files with 24 additions and 28 deletions

View File

@ -403,8 +403,8 @@ namespace osu.Game.Tests.Visual.UserInterface
var taikoMod = getMod() as TaikoModDifficultyAdjust;
return
taikoMod?.ExtendedLimits.Value == true &&
taikoMod?.DrainRate.Value == setting_change &&
taikoMod?.OverallDifficulty.Value == setting_change;
taikoMod.DrainRate.Value == setting_change &&
taikoMod.OverallDifficulty.Value == setting_change;
});
AddAssert("non-shared settings at default", () =>