bumped max line points to 80

This commit is contained in:
Eric Levin 2015-06-05 12:04:32 -07:00
parent 9f974c3b5c
commit 21aa3b62bc

View file

@ -12,7 +12,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
Script.include('lineRider.js') Script.include('lineRider.js')
var MAX_POINTS_PER_LINE = 30; var MAX_POINTS_PER_LINE = 80;
var colorPalette = [{ var colorPalette = [{