mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 14:03:17 +02:00
Merge pull request #5064 from ericrius1/paint
bumped max line points to 80
This commit is contained in:
commit
3fb5e47dcc
1 changed files with 1 additions and 1 deletions
|
@ -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 = [{
|
||||
|
|
Loading…
Reference in a new issue