Skip to content

Commit

Permalink
Fix wrong draw order for lines2d
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Leibs <jeremy@rerun.io>
  • Loading branch information
Wumpf and jleibs authored Jun 28, 2024
1 parent 7f257b9 commit 29b0bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_space_view_spatial/src/visualizers/lines2d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ impl VisualizerSystem for Lines2DVisualizer {

impl TypedComponentFallbackProvider<DrawOrder> for Lines2DVisualizer {
fn fallback_for(&self, _ctx: &QueryContext<'_>) -> DrawOrder {
DrawOrder::DEFAULT_IMAGE
DrawOrder::DEFAULT_LINES2D
}
}

Expand Down

0 comments on commit 29b0bf3

Please sign in to comment.