mirror of
https://github.com/ppy/osu.git
synced 2025-03-21 17:17:20 +08:00
Specify explicit primitive type
This commit is contained in:
parent
ffc88db47a
commit
b30145de40
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user