Skip to content

Commit

Permalink
chore(treeGain): decrease alpha value
Browse files Browse the repository at this point in the history
  • Loading branch information
willian-viana committed Nov 30, 2023
1 parent bc30ca9 commit 6ba088c
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 * 7.;
alpha = alpha * 6.;
}
}
color.r = red;
Expand Down

0 comments on commit 6ba088c

Please sign in to comment.