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

Commit 29449a3d authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 781bcd68: am c3ee1d9a: am 7ad885e2: Merge "One more fix for incorrect indices."

# By Stephen Hines
# Via Android Git Automerger (2) and others
* commit '781bcd68':
  One more fix for incorrect indices.
parents da01da17 781bcd68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ public class Matrix3f {
        mMat[4] = y*y*nc +  c;
        mMat[7] =  yz*nc - xs;
        mMat[2] =  zx*nc - ys;
        mMat[6] =  yz*nc + xs;
        mMat[5] =  yz*nc + xs;
        mMat[8] = z*z*nc +  c;
    }