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

Commit c5c73a8b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix crash in setting matrix in IDENTITY_MATRIX" into main

parents 073822b3 ca6680d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ abstract class WeatherEffectBase(
    abstract val colorGradingIntensity: Float

    override fun setMatrix(matrix: Matrix) {
        this.parallaxMatrix = matrix
        this.parallaxMatrix.set(matrix)
        adjustCropping(surfaceSize)
    }