mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 09:21:51 +08:00
Fix HasCommands property not set at all
This commit is contained in:
@@ -104,6 +104,7 @@ namespace osu.Game.Storyboards.Commands
|
||||
protected virtual void AddCommand<T>(ICollection<StoryboardCommand<T>> list, StoryboardCommand<T> command)
|
||||
{
|
||||
list.Add(command);
|
||||
HasCommands = true;
|
||||
|
||||
if (command.StartTime < StartTime)
|
||||
StartTime = command.StartTime;
|
||||
|
||||
Reference in New Issue
Block a user