Fix the missing comma in the monochrome display example.
This commit is contained in:
parent
91fce10f30
commit
f84e9a8de1
|
@ -102,7 +102,7 @@ ColorByAlt = {
|
|||
// ground : { h: 0, s: 0, l: 30 },
|
||||
// air : { h: [ { alt: 0, val: 0 } ], s: 0, l: 50 },
|
||||
// selected : { h: 0, s: 0, l: +30 },
|
||||
// stale : { h: 0, s: 0, l: +30 }
|
||||
// stale : { h: 0, s: 0, l: +30 },
|
||||
// mlat : { h: 0, s: 0, l: -10 }
|
||||
// };
|
||||
|
||||
|
|
Loading…
Reference in a new issue