1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +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
{
public class SetupScreen : TournamentScreen
public class SetupScreen : TournamentScreen, IProvideVideo
{
private FillFlowContainer fillFlow;
@ -73,7 +73,7 @@ namespace osu.Game.Tournament.Screens
if (loginOverlay == null)
{
AddInternal(loginOverlay = new LoginOverlay()
AddInternal(loginOverlay = new LoginOverlay
{
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,