Skip to content

Commit b849811

Browse files
committed
comment cleanup
1 parent 2fdf7d5 commit b849811

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

processing.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,6 @@
13071307
x * v.y - v.x * y);
13081308
},
13091309
lerp: function(v_or_x, amt_or_y, z, amt) {
1310-
// 3rd definition of lerp in this file...
13111310
function lerp_val(start, stop, amt) {
13121311
return start + (stop - start) * amt;
13131312
};

0 commit comments

Comments
 (0)