Remove unnecessary binding logic from HUDOverlay

This commit is contained in:
Dean Herbert
2021-05-07 17:27:34 +09:00
parent a7acecc52b
commit 1cb10c2a22
6 changed files with 11 additions and 24 deletions

View File

@ -79,7 +79,7 @@ namespace osu.Game.Tests.Visual.Gameplay
{
SetContents(() =>
{
hudOverlay = new HUDOverlay(scoreProcessor, null, Array.Empty<Mod>());
hudOverlay = new HUDOverlay(null, Array.Empty<Mod>());
// Add any key just to display the key counter visually.
hudOverlay.KeyCounter.Add(new KeyCounterKeyboard(Key.Space));