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

Commit 9c7baac1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix direction of matrix inversion" into sc-v2-dev

parents 7f54d5cd 20cbfa54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ public final class TaskViewUtils {
                mt[i] = localMt;

                Matrix localMti = new Matrix();
                localMti.invert(localMt);
                localMt.invert(localMti);
                mti[i] = localMti;
            }