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

Commit f0b4c895 authored by Stephen Hines's avatar Stephen Hines Committed by Android (Google) Code Review
Browse files

Merge "Add missed line in fisheye.rsh"

parents b3143870 9dda365d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ void init_filter(uint32_t dim_x, uint32_t dim_y, float focus_x, float focus_y, f
    } else {
        scale.x = dimensions.x / dimensions.y;
        scale.y = 1.0;
        bound2 *= (scale.x*scale.x + 1);
    }
    const float bound = sqrt(bound2);
    const float radius = 1.15 * bound;