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

Commit 7ad885e2 authored by Kenny Root's avatar Kenny Root Committed by Gerrit Code Review
Browse files

Merge "One more fix for incorrect indices."

parents abcb9b96 3983754b
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;
    }