Move cache declarations of ISamplePlaybackDisabler to interface

This commit is contained in:
Bartłomiej Dach
2022-05-07 16:23:30 +02:00
parent 9ae019eb39
commit cbd1169495
4 changed files with 2 additions and 3 deletions

View File

@ -130,7 +130,6 @@ namespace osu.Game.Tests.Visual.Gameplay
}
[Cached(typeof(ISkinSource))]
[Cached(typeof(ISamplePlaybackDisabler))]
private class TestSkinSourceContainer : Container, ISkinSource, ISamplePlaybackDisabler
{
[Resolved]