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

Commit 9454fe10 authored by Romain Guy's avatar Romain Guy
Browse files

Fix CTS test.

Bug #3345445

Change-Id: I3e9fa6002d173e6c9182ee5798420829e4bd2e30
parent 35f24545
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;
    }