1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-21 22:27:23 +08:00

Specify explicit primitive type

This commit is contained in:
Dean Herbert 2021-05-04 16:35:50 +09:00
parent ffc88db47a
commit b30145de40

View File

@ -640,7 +640,7 @@ namespace osu.Game.Screens.Play
return;
}
var storyboardHasOutro = DimmableStoryboard.ContentDisplayed && !DimmableStoryboard.HasStoryboardEnded.Value;
bool storyboardHasOutro = DimmableStoryboard.ContentDisplayed && !DimmableStoryboard.HasStoryboardEnded.Value;
if (storyboardHasOutro)
{