Skip to content

Commit

Permalink
updated coeficient from 8 to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelArcones committed Nov 13, 2023
1 parent bb2e529 commit bc30ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/datasets-provider/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ const decodes = {
if (red == 0. && green == 0. && blue == 0.) {
alpha = 0.;
} else {
alpha = alpha * 8.;
alpha = alpha * 7.;
}
}
color.r = red;
Expand Down

0 comments on commit bc30ca9

Please sign in to comment.