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

Fix overlined playlist test scene not working

This commit is contained in:
smoogipoo 2020-12-18 15:09:11 +09:00
parent a4f7eb83c7
commit f0e91ba431

View File

@ -22,6 +22,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(500),
Items = { BindTarget = Room.Playlist }
});
}