Skip to content

Commit 97b23ba

Browse files
authored
Make remainders of LatestAtResults tag-aware (#10005)
1 parent a3ebee2 commit 97b23ba

File tree

12 files changed

+412
-123
lines changed

12 files changed

+412
-123
lines changed

crates/store/re_entity_db/src/entity_db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ impl EntityDb {
234234
.cache()
235235
.latest_at(query, entity_path, [component_descr]);
236236
results
237-
.component_mono()
237+
.component_mono(component_descr)
238238
.map(|value| (results.index(), value))
239239
}
240240

0 commit comments

Comments
 (0)