mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09: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