Rename conflicting resources

This commit is contained in:
Dean Herbert
2021-05-31 18:55:47 +09:00
parent 65709ec7d7
commit ebfc24a499
4 changed files with 4 additions and 5 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Tests.Gameplay
public class TestSceneHitObjectSamples : HitObjectSampleTest
{
protected override Ruleset CreatePlayerRuleset() => new OsuRuleset();
public override IResourceStore<byte[]> Resources => TestResources.GetStore();
protected override IResourceStore<byte[]> RulesetResources => TestResources.GetStore();
/// <summary>
/// Tests that a hitobject which provides no custom sample set retrieves samples from the user skin.