From 21aa3b62bc0de6fe962bf697922d8f02ade62d44 Mon Sep 17 00:00:00 2001 From: Eric Levin Date: Fri, 5 Jun 2015 12:04:32 -0700 Subject: [PATCH] bumped max line points to 80 --- examples/paint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/paint.js b/examples/paint.js index 6e4438d2ea..8bba4e2571 100644 --- a/examples/paint.js +++ b/examples/paint.js @@ -12,7 +12,7 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // Script.include('lineRider.js') -var MAX_POINTS_PER_LINE = 30; +var MAX_POINTS_PER_LINE = 80; var colorPalette = [{