Skip to content

Commit

Permalink
fix: remove hitValue from Polyline.renderHashCode (#1967)
Browse files Browse the repository at this point in the history
Removed `hitValue` from `Polyline.renderHashCode` calculation to improve performance
  • Loading branch information
JaffaKetchup authored Sep 18, 2024
1 parent 7632ccc commit 5f2d646
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/layer/polyline_layer/polyline.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ class Polyline<R extends Object> {
strokeCap,
strokeJoin,
useStrokeWidthInMeter,
hitValue,
);

int? _hashCode;
Expand Down

0 comments on commit 5f2d646

Please sign in to comment.