Remove individual setting to disable videos, fix tests

This commit is contained in:
voidedWarranties
2020-03-07 22:08:38 -08:00
parent 76c832518f
commit 48282dea8b
8 changed files with 13 additions and 20 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Tests.Beatmaps.Formats
var storyboard = decoder.Decode(stream);
Assert.IsTrue(storyboard.HasDrawable);
Assert.AreEqual(4, storyboard.Layers.Count());
Assert.AreEqual(5, storyboard.Layers.Count());
StoryboardLayer background = storyboard.Layers.FirstOrDefault(l => l.Depth == 3);
Assert.IsNotNull(background);