1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 00:42:55 +08:00

Remove implicit null

This commit is contained in:
Dean Herbert 2019-06-12 15:53:53 +09:00
parent 51d428ef94
commit fc1f778b82

View File

@ -123,8 +123,6 @@ namespace osu.Game.Screens
{ {
Anchor = Anchor.Centre; Anchor = Anchor.Centre;
Origin = Anchor.Centre; Origin = Anchor.Centre;
screenActivity = null;
} }
[BackgroundDependencyLoader(true)] [BackgroundDependencyLoader(true)]