fffiloni commited on
Commit
09b914e
1 Parent(s): 31d1877

Update public/sketch.js

Browse files
Files changed (1) hide show
  1. public/sketch.js +1 -1
public/sketch.js CHANGED
@@ -246,7 +246,7 @@ function draw() {
246
  scale(-1, 1);
247
  }
248
 
249
- image(capture, (width/2)-capture.width, (height/2)-capture.height)
250
 
251
  }
252
  }
 
246
  scale(-1, 1);
247
  }
248
 
249
+ image(capture, 0, 0)
250
 
251
  }
252
  }