1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 19:50:41 +08:00

Don't show video background

This commit is contained in:
Dean Herbert
2019-09-23 04:49:21 +09:00
Unverified
parent 4b7a421191
commit bafb429e9b
+2 -2
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,