Make HitWindows not return null by default

This commit is contained in:
smoogipoo
2018-05-11 15:52:51 +09:00
parent bfad101d17
commit 97a523584d
2 changed files with 6 additions and 1 deletions

View File

@ -47,6 +47,8 @@ namespace osu.Game.Rulesets.Catch.Objects
Scale = 1.0f - 0.7f * (difficulty.CircleSize - 5) / 5;
}
protected override HitWindows CreateHitWindows() => null;
}
public enum FruitVisualRepresentation