1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 00:12:59 +08:00

Make comment a bit more explicit

This commit is contained in:
Dean Herbert 2020-11-16 14:52:18 +09:00
parent 7736d1ae85
commit a4c17906b4

View File

@ -182,7 +182,7 @@ namespace osu.Game.Rulesets.Mania
case ManiaModFadeIn _:
value |= LegacyMods.FadeIn;
value &= ~LegacyMods.Hidden; // due to inheritance
value &= ~LegacyMods.Hidden; // this is toggled on in the base call due to inheritance, but we don't want that.
break;
case ManiaModMirror _: