mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +08:00
Use ResolvedAttribute for NotificationOverlay
This commit is contained in:
parent
78931c8e23
commit
4a10e6c44e
@ -57,7 +57,8 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private InputManager inputManager;
|
||||
|
||||
private NotificationOverlay notificationOverlay;
|
||||
[Resolved]
|
||||
private NotificationOverlay notificationOverlay { get; set; }
|
||||
|
||||
private IdleTracker idleTracker;
|
||||
|
||||
@ -107,8 +108,6 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
loadNewPlayer();
|
||||
|
||||
this.notificationOverlay = notificationOverlay;
|
||||
|
||||
checkVolume(audioManager);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user