Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Jan 17, 2025
1 parent 6eaf91e commit 6f7766c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void SequenceCommand::triggerInternal(int multiplexIndex)
{
BaseCommand::triggerInternal(multiplexIndex);

if (actionType != STOP_ALL_SEQUENCES && actionType != PLAY_MULTI_SEQUENCES && actionType != PLAY_SEQUENCE_AT)
if (actionType != STOP_ALL_SEQUENCES && actionType != PLAY_MULTI_SEQUENCES && actionType != PLAY_SEQUENCE_AT && actionType != SET_EDITING_SEQUENCE_AT)
{
if (getLinkedTargetContainerAs<ControllableContainer>(target, multiplexIndex) == nullptr) return;
//if (target->targetContainer.wasObjectDeleted()) return;
Expand Down

0 comments on commit 6f7766c

Please sign in to comment.