mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 10:23:01 +08:00
Remove redundant empty argument list
This commit is contained in:
parent
749e89bd25
commit
60c0428979
@ -321,7 +321,7 @@ namespace osu.Game
|
|||||||
},
|
},
|
||||||
mainContent = new Container { RelativeSizeAxes = Axes.Both },
|
mainContent = new Container { RelativeSizeAxes = Axes.Both },
|
||||||
overlayContent = new Container { RelativeSizeAxes = Axes.Both, Depth = float.MinValue },
|
overlayContent = new Container { RelativeSizeAxes = Axes.Both, Depth = float.MinValue },
|
||||||
idleTracker = new IdleTracker() { RelativeSizeAxes = Axes.Both }
|
idleTracker = new IdleTracker { RelativeSizeAxes = Axes.Both }
|
||||||
});
|
});
|
||||||
|
|
||||||
loadComponentSingleFile(screenStack = new Loader(), d =>
|
loadComponentSingleFile(screenStack = new Loader(), d =>
|
||||||
|
Loading…
Reference in New Issue
Block a user