Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9544549 authored by Mark Harman's avatar Mark Harman Committed by Mohammed Althaf T
Browse files

Fix last release.

parent 7f2498e9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1179,7 +1179,6 @@ public class JavaImageFunctions {
                                        // faster version:
                                        this_fr = this_fr + weight * diff_r;
                                        this_fg = this_fg + weight * diff_g;
                                        this_fb = this_fb + weight * diff_b;*/
                                        this_fb = this_fb + weight * diff_b;
                                    }
                                    sum_fr += this_fr;