move video capture examples back to default renderer due to GL bug

This commit is contained in:
Ben Fry
2013-06-03 16:20:18 -04:00
parent 74d6b3732e
commit f5b170cc70
15 changed files with 16 additions and 16 deletions
@@ -13,7 +13,7 @@ int[] previousFrame;
Capture video;
void setup() {
size(640, 480, P2D);
size(640, 480);
// This the default video input, see the GettingStartedCapture
// example if it creates an error