1
0
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:
Shivam 2020-04-24 17:00:35 +02:00
parent 85bd673413
commit 39a593120c

View File

@ -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",