1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-05-31 07:32:57 +00:00

Terrain50Renderer: typo

This commit is contained in:
Starbeamrainbowlabs 2021-01-25 17:16:11 +00:00
parent 5083c41ccb
commit 5e9f1ac3cc
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -17,7 +17,7 @@ class Terrain50Renderer {
]).mode('lrgb');
this.colour_nodata = chroma("#f97153").rgba();
thiis.colour_scale_classes = chroma.scale([
this.colour_scale_classes = chroma.scale([
"#00ff00",
"#ff0000"
]);