Skip to content

Commit

Permalink
fix: preview command sets the right property in the state
Browse files Browse the repository at this point in the history
  • Loading branch information
Balte de Wit committed Jun 15, 2018
1 parent 360f266 commit 103fabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/MixEffects/PreviewInputCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ export class PreviewInputCommand extends AbstractCommand {

applyToState (state: AtemState) {
const mixEffect = state.video.getMe(this.mixEffect)
mixEffect.programInput = this.properties.source
mixEffect.previewInput = this.properties.source
}
}

0 comments on commit 103fabd

Please sign in to comment.