1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00
This commit is contained in:
Andrei Zavatski 2019-11-11 19:04:50 +03:00
parent c5b64e26a3
commit 32cc7b3d4d

View File

@ -37,7 +37,6 @@ namespace osu.Game.Overlays
{
OsuScrollContainer scroll;
Info info;
ScoresContainer scoreContainer;
Children = new Drawable[]
{
@ -59,7 +58,7 @@ namespace osu.Game.Overlays
{
Header = new Header(),
info = new Info(),
scoreContainer = new ScoresContainer
new ScoresContainer
{
Beatmap = { BindTarget = Header.Picker.Beatmap }
}