Skip to content

Commit 828727c

Browse files
committed
Update bug1532.pde
1 parent e0cfc91 commit 828727c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/test/resources/bug1532.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ flatCube[][] grid;
2020

2121
void setup() {
2222
try {
23-
quicktime.QTSession.open();
23+
// quicktime.QTSession.open();
2424
}
2525
catch (quicktime.QTException qte) {
2626
qte.printStackTrace();

0 commit comments

Comments
 (0)