Standardise naming

This commit is contained in:
smoogipoo
2018-05-11 15:42:34 +09:00
parent 5245d2d426
commit bfad101d17
13 changed files with 13 additions and 13 deletions

View File

@ -19,6 +19,6 @@ namespace osu.Game.Rulesets.Objects.Legacy.Osu
public bool NewCombo { get; set; }
protected override HitWindows CreateHitWindows() => new ConvertOsuHitWindows();
protected override HitWindows CreateHitWindows() => new ConvertHitWindows();
}
}