mirror of https://github.com/ppy/osu
Remove empty ctor.
This commit is contained in:
parent
3cc5bb516e
commit
349b0a3322
|
@ -21,10 +21,6 @@ public class Match : ScreenWhiteBox
|
|||
|
||||
protected override BackgroundScreen CreateBackground() => new BackgroundScreenCustom(@"Backgrounds/bg4");
|
||||
|
||||
public Match()
|
||||
{
|
||||
}
|
||||
|
||||
protected override void OnEntering(Screen last)
|
||||
{
|
||||
base.OnEntering(last);
|
||||
|
|
Loading…
Reference in New Issue