mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 20:12:57 +08:00
Fixed CodeInspect errors
This commit is contained in:
parent
85bd673413
commit
39a593120c
@ -11,18 +11,18 @@ namespace osu.Game.Tournament.Screens.Showcase
|
||||
{
|
||||
public class ShowcaseScreen : BeatmapInfoScreen, IProvideVideo
|
||||
{
|
||||
private Box chroma;
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
AddRangeInternal(new Drawable[] {
|
||||
AddRangeInternal(new Drawable[]
|
||||
{
|
||||
new TournamentLogo(),
|
||||
new TourneyVideo("showcase")
|
||||
{
|
||||
Loop = true,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
},
|
||||
chroma = new Box
|
||||
new Box
|
||||
{
|
||||
// chroma key area for stable gameplay
|
||||
Name = "chroma",
|
||||
|
Loading…
Reference in New Issue
Block a user