removing extraneous variable from lerp example

This commit is contained in:
Daniel Shiffman
2013-03-15 22:37:57 -04:00
parent 20e501eab0
commit 25677922a1
@@ -11,7 +11,6 @@
float x;
float y;
float easing = 0.05;
void setup() {
size(640, 360);