Avoid rendering more than one video at once

This commit is contained in:
Dean Herbert
2018-11-11 01:39:02 +09:00
parent 86423dce5f
commit b5c2d94cc4
7 changed files with 44 additions and 10 deletions

View File

@ -10,7 +10,6 @@ using osu.Framework.Input.Events;
using osu.Game.Beatmaps;
using osu.Game.Graphics.Sprites;
using osu.Game.Graphics.UserInterface;
using osu.Game.Screens;
using osu.Game.Tournament.Components;
using osu.Game.Tournament.IPC;
using osu.Game.Tournament.Screens.Gameplay;
@ -21,7 +20,7 @@ using OpenTK.Input;
namespace osu.Game.Tournament.Screens.MapPool
{
public class MapPoolScreen : OsuScreen
public class MapPoolScreen : TournamentScreen
{
private readonly FillFlowContainer<TournamentBeatmapPanel> maps;