Mark as accept the nullable stream.

This commit is contained in:
andy840119
2022-10-30 16:58:16 +08:00
parent 6ce3841686
commit 500bf90a34
3 changed files with 4 additions and 4 deletions

View File

@ -82,7 +82,7 @@ namespace osu.Game.Tests.Editing.Checks
Assert.That(issues.Single().Template is CheckAudioInVideo.IssueTemplateMissingFile);
}
private BeatmapVerifierContext getContext(Stream resourceStream)
private BeatmapVerifierContext getContext(Stream? resourceStream)
{
var storyboard = new Storyboard();
var layer = storyboard.GetLayer("Video");