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

Commit 5e3c016f authored by Chris Tate's avatar Chris Tate Committed by Android Git Automerger
Browse files

am 5d46ce24: Merge "Enhanced VelocityTracker for > 5 pointers and fixed bugs." into gingerbread

Merge commit '5d46ce24cc46dc57d31f809302af916999114ced' into gingerbread-plus-aosp

* commit '5d46ce24cc46dc57d31f809302af916999114ced':
  Enhanced VelocityTracker for > 5 pointers and fixed bugs.
parents 574a26fa eaeb3509
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -565,7 +565,9 @@ protected:

            for (uint32_t i = 0; i < pointerCount; i++) {
                pointers[i] = other.pointers[i];
                idToIndex[i] = other.idToIndex[i];

                int id = pointers[i].id;
                idToIndex[id] = other.idToIndex[id];
            }
        }