1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 03:02:36 +08:00

Give mappool scene its own video

This commit is contained in:
Shivam
2020-05-14 21:51:39 +02:00
Unverified
parent 4b0ca87a0a
commit 6ec55eb400
@@ -42,7 +42,7 @@ namespace osu.Game.Tournament.Screens.MapPool
{
InternalChildren = new Drawable[]
{
new TourneyVideo("gameplay")
new TourneyVideo("mappool")
{
Loop = true,
RelativeSizeAxes = Axes.Both,