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

Commit 3983754b authored by Stephen Hines's avatar Stephen Hines
Browse files

One more fix for incorrect indices.

Change-Id: I283f2f09cd0a17eefed4a763b08df856bbae76b3
parent b5a72043
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;
    }