Skip to content

Commit

Permalink
Merge pull request #575 from johncbaur/VIX-3533
Browse files Browse the repository at this point in the history
VIX-3533 Fixing Intelligent Fixture Index Intent Generation with Ranges
  • Loading branch information
jeffu231 authored Jan 28, 2024
2 parents e94b3b4 + 6a4fdd4 commit 685d7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vixen.Modules/Effect/Effect/FixtureEffectBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ protected void RenderIndex(
CommandValue commandValue = new CommandValue(namedCommand);

// Create the command intent from the command value and the time span
CommandIntent commandIntent = new CommandIntent(commandValue, TimeSpan);
CommandIntent commandIntent = new CommandIntent(commandValue, frameTs);

// Add the command to the effect intents
EffectIntentCollection.AddIntentForElement(node.Element.Id, commandIntent, startTime);
Expand Down

0 comments on commit 685d7c4

Please sign in to comment.