1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 20:12:57 +08:00

Don't show video background

This commit is contained in:
Dean Herbert 2019-09-23 04:49:21 +09:00
parent 4b7a421191
commit bafb429e9b

View File

@ -16,7 +16,7 @@ using osuTK.Graphics;
namespace osu.Game.Tournament.Screens namespace osu.Game.Tournament.Screens
{ {
public class SetupScreen : TournamentScreen public class SetupScreen : TournamentScreen, IProvideVideo
{ {
private FillFlowContainer fillFlow; private FillFlowContainer fillFlow;
@ -73,7 +73,7 @@ namespace osu.Game.Tournament.Screens
if (loginOverlay == null) if (loginOverlay == null)
{ {
AddInternal(loginOverlay = new LoginOverlay() AddInternal(loginOverlay = new LoginOverlay
{ {
Anchor = Anchor.TopRight, Anchor = Anchor.TopRight,
Origin = Anchor.TopRight, Origin = Anchor.TopRight,