Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Esri/lerc
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaurer3 committed Nov 30, 2016
2 parents 51f4400 + 9911923 commit 5b04a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OtherLanguages/js/LercDecode.js
Expand Up @@ -1889,7 +1889,7 @@ Contributors: Johannes Schmid, (LERC v1)
}

iPlane++;
decodedPixelBlock.pixels.push(result.pixelData),
decodedPixelBlock.pixels.push(result.pixelData);
decodedPixelBlock.statistics.push({
minValue: result.minValue,
maxValue: result.maxValue,
Expand Down

0 comments on commit 5b04a15

Please sign in to comment.