Skip to content

Commit 7bf88ed

Browse files
authored
Update OpenBCI_GUI.pde to revert to P2D Renderer
1 parent cc84b86 commit 7bf88ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ void settings() {
331331
win_w = 980;
332332
win_h = 580;
333333
}
334-
size(win_w, win_h, JAVA2D);
334+
size(win_w, win_h, P2D);
335335

336336
globalScreenResolution = new StringBuilder("Screen Resolution: ");
337337
globalScreenResolution.append(displayWidth);

0 commit comments

Comments
 (0)