mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:02:59 +08:00
Remove redundant override
This commit is contained in:
parent
5f399add82
commit
6929847b08
@ -516,8 +516,6 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
public override bool IsImportant => true;
|
public override bool IsImportant => true;
|
||||||
|
|
||||||
public override bool RequestsFocus => true;
|
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours, AudioManager audioManager, NotificationOverlay notificationOverlay, VolumeOverlay volumeOverlay)
|
private void load(OsuColour colours, AudioManager audioManager, NotificationOverlay notificationOverlay, VolumeOverlay volumeOverlay)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user