Skip to content

Commit 6a24433

Browse files
committed
temporary disable DSP on windows
1 parent 080dac7 commit 6a24433

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ofxVisualProgramming.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,9 @@ void ofxVisualProgramming::loadPatch(string patchFile){
13761376
}
13771377
}
13781378

1379-
activateDSP();
1379+
#if !defined(TARGET_WIN32)
1380+
activateDSP();
1381+
#endif
13801382

13811383
bLoadingNewPatch = false;
13821384

0 commit comments

Comments
 (0)