mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 16:32:59 +08:00
Don't specify IProvideVideo interface for now
This commit is contained in:
parent
07513eb171
commit
fcded20655
@ -10,7 +10,7 @@ using osuTK.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Tournament.Screens.Showcase
|
namespace osu.Game.Tournament.Screens.Showcase
|
||||||
{
|
{
|
||||||
public class ShowcaseScreen : BeatmapInfoScreen, IProvideVideo
|
public class ShowcaseScreen : BeatmapInfoScreen // IProvideVideo
|
||||||
{
|
{
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
|
Loading…
Reference in New Issue
Block a user