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

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

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

# By Stephen Hines
# Via Gerrit Code Review (1) and Stephen Hines (1)
* commit '7ad885e2':
  One more fix for incorrect indices.
parents 1f6178fd 7ad885e2
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;
    }