Skip to content

Commit

Permalink
increase alpha multiplier to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelArcones committed Oct 17, 2023
1 parent 347a565 commit bb2e529
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 * 2.;
alpha = alpha * 8.;
}
}
color.r = red;
Expand Down

0 comments on commit bb2e529

Please sign in to comment.