Merge branch 'master' into universal-playfield-adjust

This commit is contained in:
Dean Herbert
2019-03-29 11:51:44 +09:00
committed by GitHub
5 changed files with 20 additions and 18 deletions

View File

@ -211,7 +211,7 @@ namespace osu.Game.Rulesets.UI
/// <returns>The DrawableHitObject.</returns>
public abstract DrawableHitObject<TObject> GetVisualRepresentation(TObject h);
public void Attach(KeyCounterCollection keyCounter) =>
public void Attach(KeyCounterDisplay keyCounter) =>
(KeyBindingInputManager as ICanAttachKeyCounter)?.Attach(keyCounter);
/// <summary>