Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Oct 29, 2024
1 parent 4c22761 commit 3e4f55a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/viewer/re_space_view_map/src/visualizers/geo_points.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ impl walkers::Plugin for GeoPointsPlugin<'_> {
// Forth pass: draw the hovered entries
//

// Note: usually, there only ever is a single hovered item, so we don't use the two-pass
// approach here.

let hovered_entries_indices = self
.visualizer
.indices_for_item_collection(self.viewer_ctx.hovered(), self.view_id);
Expand Down

0 comments on commit 3e4f55a

Please sign in to comment.