mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 07:09:11 +08:00
Specify explicit primitive type
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user