mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 10:03:05 +08:00
remove commented out Incompatible mod
This commit is contained in:
parent
acf3498f83
commit
764bc1948f
@ -24,7 +24,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public override LocalisableString Description => "Burn the notes into your memory.";
|
||||
|
||||
//Alters the transforms of the approach circles, breaking the effects of these mods.
|
||||
public override Type[] IncompatibleMods => new[] { typeof(OsuModApproachDifferent), /*typeof(OsuModHidden)*/ };
|
||||
public override Type[] IncompatibleMods => new[] { typeof(OsuModApproachDifferent), typeof(OsuModHidden) };
|
||||
|
||||
public override ModType Type => ModType.Fun;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user