Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Aug 23, 2023
1 parent d7bf07f commit 60540f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion crates/re_space_view_spatial/src/parts/meshes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ impl ViewPartSystem for MeshPart {
query: &ViewQuery<'_>,
view_ctx: &ViewContextCollection,
) -> Result<Vec<re_renderer::QueueableDrawData>, SpaceViewSystemExecutionError> {

let mut instances = Vec::new();

process_entity_views::<MeshPart, _, 3, _>(
Expand Down
1 change: 1 addition & 0 deletions crates/re_viewport/src/space_view_heuristics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use tinyvec::TinyVec;
use crate::{space_info::SpaceInfoCollection, space_view::SpaceViewBlueprint};

pub type EntitiesPerSystem = IntMap<ViewSystemName, IntSet<EntityPath>>;

pub type EntitiesPerSystemPerClass = IntMap<SpaceViewClassName, EntitiesPerSystem>;

// ---------------------------------------------------------------------------
Expand Down

0 comments on commit 60540f7

Please sign in to comment.