mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:53:03 +02:00
bumped max line points to 80
This commit is contained in:
parent
9f974c3b5c
commit
21aa3b62bc
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