mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Don't show video background
This commit is contained in:
parent
4b7a421191
commit
bafb429e9b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user