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

Commit 781bcd68 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

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

# By Stephen Hines
# Via Android Git Automerger (1) and others
* commit 'c3ee1d9a':
  One more fix for incorrect indices.
parents 9c4ba4fe c3ee1d9a
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;
    }