Skip to content

Commit

Permalink
update spatial views accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 15, 2024
1 parent dbf123f commit b70ef8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/re_query_cache/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ macro_rules! impl_query_archetype {
entry @ std::collections::btree_map::Entry::Vacant(_) => entry,
};

let arch_view = query_archetype::<A>(store, &query, entity_path)?;
let arch_view = query_archetype::<A>(store, &query, entity_path)?;
let data_time = arch_view.data_time();

// Fast path: we've run the query and realized that we already have the data for the resulting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ macro_rules! impl_process_archetype {
&EntityPath,
&EntityProperties,
&SpatialSceneEntityContext<'_>,
(TimeInt, RowId),
(Option<TimeInt>, RowId),
&[InstanceKey],
$(&[$pov],)*
$(&[Option<$comp>],)*
Expand Down

0 comments on commit b70ef8f

Please sign in to comment.