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

Commit 0d0b5871 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7553867 from 02fb274a to sc-d1-release

Change-Id: Id22f4eca1843c7abd1a71ff4836e26823e23ab1b
parents 7fbaf991 02fb274a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public:
    static constexpr uint32_t kMaxPasses = 4;
    // To avoid downscaling artifacts, we interpolate the blurred fbo with the full composited
    // image, up to this radius.
    static constexpr float kMaxCrossFadeRadius = 30.0f;
    static constexpr float kMaxCrossFadeRadius = 10.0f;

    explicit BlurFilter();
    virtual ~BlurFilter(){};