Skip to content

Commit

Permalink
better direction for feedback patch cable
Browse files Browse the repository at this point in the history
  • Loading branch information
awwbees committed Sep 16, 2020
1 parent 8575cda commit ecb84aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FeedbackModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void FeedbackModule::CreateUIControls()

mFeedbackTargetCable = new PatchCableSource(this, kConnectionType_Audio);
mFeedbackTargetCable->SetManualPosition(110, 8);
mFeedbackTargetCable->SetOverrideCableDir(ofVec2f(0,1));
mFeedbackTargetCable->SetOverrideCableDir(ofVec2f(1,0));
mFeedbackTargetCable->SetOverrideVizBuffer(&mFeedbackVizBuffer);
AddPatchCableSource(mFeedbackTargetCable);

Expand Down

0 comments on commit ecb84aa

Please sign in to comment.