Rename KeyCounterCollection -> KeyCounterDisplay

Also fix not working
This commit is contained in:
Dean Herbert
2019-03-26 11:28:43 +09:00
parent e512d88899
commit 8658de5108
5 changed files with 23 additions and 18 deletions

View File

@ -20,13 +20,13 @@ namespace osu.Game.Tests.Visual.Gameplay
{
typeof(KeyCounterKeyboard),
typeof(KeyCounterMouse),
typeof(KeyCounterCollection)
typeof(KeyCounterDisplay)
};
public TestCaseKeyCounter()
{
KeyCounterKeyboard rewindTestKeyCounterKeyboard;
KeyCounterCollection kc = new KeyCounterCollection
KeyCounterDisplay kc = new KeyCounterDisplay
{
Origin = Anchor.Centre,
Anchor = Anchor.Centre,