mirror of
https://github.com/ppy/osu
synced 2024-12-28 01:42:57 +00:00
Default DrawableStoryboard
to a completed state to avoid state change on empty storyboards
This commit is contained in:
parent
7ef8eac773
commit
06d1bd971c
@ -25,7 +25,7 @@ namespace osu.Game.Storyboards.Drawables
|
||||
/// </summary>
|
||||
public IBindable<bool> HasStoryboardEnded => hasStoryboardEnded;
|
||||
|
||||
private readonly BindableBool hasStoryboardEnded = new BindableBool();
|
||||
private readonly BindableBool hasStoryboardEnded = new BindableBool(true);
|
||||
|
||||
protected override Container<DrawableStoryboardLayer> Content { get; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user