mirror of
https://github.com/osukey/osukey.git
synced 2025-05-11 00:27:23 +09:00
Merge pull request #11546 from bdach/mark-test-as-abstract
Mark legacy beatmap skin colour test as abstract
This commit is contained in:
commit
2fabfe54a0
@ -17,7 +17,7 @@ using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Tests.Beatmaps
|
||||
{
|
||||
public class LegacyBeatmapSkinColourTest : ScreenTestScene
|
||||
public abstract class LegacyBeatmapSkinColourTest : ScreenTestScene
|
||||
{
|
||||
protected readonly Bindable<bool> BeatmapSkins = new Bindable<bool>();
|
||||
protected readonly Bindable<bool> BeatmapColours = new Bindable<bool>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user