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

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

am 9f6b16a2: am 5d46ce24: Merge "Enhanced VelocityTracker for > 5 pointers and...

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

Merge commit '9f6b16a29b62f29496bc652cfec7d6fe9f08c7f4'

* commit '9f6b16a29b62f29496bc652cfec7d6fe9f08c7f4':
  Enhanced VelocityTracker for > 5 pointers and fixed bugs.
parents ff1448b5 5e3c016f
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];
            }
        }