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

Commit cf894c91 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Fix CTS test. Bug #3345445" into honeycomb

parents 5e9ba49f 9454fe10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ public class Shader {
    public boolean getLocalMatrix(Matrix localM) {
        if (mLocalMatrix != null) {
            localM.set(mLocalMatrix);
            return true;
            return !mLocalMatrix.isIdentity();
        }
        return false;
    }