1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 05:03:20 +08:00

Don't specify IProvideVideo interface for now

This commit is contained in:
Dean Herbert 2020-04-27 08:58:01 +09:00
parent 07513eb171
commit fcded20655

View File

@ -10,7 +10,7 @@ using osuTK.Graphics;
namespace osu.Game.Tournament.Screens.Showcase
{
public class ShowcaseScreen : BeatmapInfoScreen, IProvideVideo
public class ShowcaseScreen : BeatmapInfoScreen // IProvideVideo
{
[BackgroundDependencyLoader]
private void load()