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:
parent
7736d1ae85
commit
a4c17906b4
@ -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 _:
|
||||
|
Loading…
Reference in New Issue
Block a user