mirror of https://github.com/ppy/osu
Give mappool scene its own video
This commit is contained in:
parent
4b0ca87a0a
commit
6ec55eb400
|
@ -42,7 +42,7 @@ public MapPoolScreen()
|
|||
{
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
new TourneyVideo("gameplay")
|
||||
new TourneyVideo("mappool")
|
||||
{
|
||||
Loop = true,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
|
|
Loading…
Reference in New Issue