mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Make KeysPerSecondCalculator
dependency in HUDOverlay
nullable
This commit is contained in:
@ -191,6 +191,8 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
public void Attach(KeysPerSecondCalculator calculator)
|
||||
{
|
||||
if (calculator == null) return;
|
||||
|
||||
var listener = new ActionListener();
|
||||
|
||||
KeyBindingContainer.Add(listener);
|
||||
|
Reference in New Issue
Block a user