mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Addressed change requests
This commit is contained in:
@ -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", () =>
|
||||
|
Reference in New Issue
Block a user