1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 20:50:48 +08:00

Fix code quality fail

This commit is contained in:
Dean Herbert
2023-10-27 18:18:07 +09:00
Unverified
parent 344bb28469
commit 24b1d1e955
@@ -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 => base.IncompatibleMods.Concat(new[] { typeof(OsuModApproachDifferent), typeof(OsuModTransform) }).ToArray();
public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[] { typeof(OsuModApproachDifferent), typeof(OsuModTransform) }).ToArray();
public override ModType Type => ModType.Fun;