mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 23:14:47 +08:00
Remove Incompatibility with Approach Circle requiring mods
This commit is contained in:
@@ -16,7 +16,7 @@ using osu.Game.Rulesets.UI;
|
||||
|
||||
namespace osu.Game.Rulesets.Osu.Mods
|
||||
{
|
||||
public class OsuModFreezeFrame : ModWithVisibilityAdjustment, IHidesApproachCircles, IApplicableToDrawableRuleset<OsuHitObject>
|
||||
public class OsuModFreezeFrame : ModWithVisibilityAdjustment, IApplicableToDrawableRuleset<OsuHitObject>
|
||||
{
|
||||
public override string Name => "Freeze Frame";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user