Skip to content

Commit

Permalink
enabled unsafe LUT in Marlin 0.9.5-EA (speed)
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed Jul 3, 2020
1 parent 853e0e8 commit 172da6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class BlendingContextIntARGBFastColor extends BlendComposite.BlendingConte

private final static boolean DO_DIVIDE = false;

private final static boolean UNSAFE_ALPHA_LUT = false;
private final static boolean UNSAFE_ALPHA_LUT = true;

BlendingContextIntARGBFastColor() {
super();
Expand Down

0 comments on commit 172da6e

Please sign in to comment.