Skip to content

Commit

Permalink
Fixing typo (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffeyDev committed Jun 9, 2020
1 parent 75b6757 commit 519dbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atemOSC/OSCReceiver.mm
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ - (instancetype) initWithDelegate:(AppDelegate *) delegate

[self addEndpoint:@"/atem/transition/wipe/rate" valueType:OSCValFloat handler:^void(NSDictionary *d, OSCValue *v) {
IBMDSwitcherTransitionWipeParameters* mTransitionWipeParameters=NULL;
if (SUCCEEDED([appDel mMixEffectBlock]->QueryInterface(IID_IBMDSwitcherTransitionDipParameters, (void**)&mTransitionWipeParameters)))
if (SUCCEEDED([appDel mMixEffectBlock]->QueryInterface(IID_IBMDSwitcherTransitionWipeParameters, (void**)&mTransitionWipeParameters)))
mTransitionWipeParameters->SetRate([v floatValue]);
}];

Expand Down

0 comments on commit 519dbe0

Please sign in to comment.