Skip to content

Commit 102fe4d

Browse files
Source Formatting
1 parent 961d5cd commit 102fe4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/move_draw_something.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
videoCamera.track(
4343
{
4444
type: 'color',
45-
color: 'cyan',
46-
callback: function(tracking) {
47-
drawPoints.push(tracking.x, tracking.y);
45+
color: 'magenta',
46+
callback: function(track) {
47+
drawPoints.push(track.x, track.y);
4848
drawSpline(videoCamera.canvas.context, drawPoints, 0.5, false);
4949
}
5050
}

0 commit comments

Comments
 (0)