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:
parent
4b7a421191
commit
bafb429e9b
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user