mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 08:33:55 +09:00
Make comment a bit more explicit
This commit is contained in:
@ -182,7 +182,7 @@ namespace osu.Game.Rulesets.Mania
|
|||||||
|
|
||||||
case ManiaModFadeIn _:
|
case ManiaModFadeIn _:
|
||||||
value |= LegacyMods.FadeIn;
|
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;
|
break;
|
||||||
|
|
||||||
case ManiaModMirror _:
|
case ManiaModMirror _:
|
||||||
|
Reference in New Issue
Block a user