Combine LegacyComboCounter and ComboCounter classes

This commit is contained in:
Dean Herbert
2020-10-14 18:15:06 +09:00
parent fbbea48c8c
commit 9bb8a43bce
4 changed files with 155 additions and 215 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Tests.Visual.Gameplay
};
Add(score);
ComboCounter comboCounter = new LegacyComboCounter
LegacyComboCounter comboCounter = new LegacyComboCounter
{
Origin = Anchor.BottomLeft,
Anchor = Anchor.BottomLeft,