Skip to content

Commit

Permalink
Add TODO regarding #5297
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 15, 2024
1 parent bfcd271 commit fd0be2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/re_viewer/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,9 @@ impl App {
StoreKind::Blueprint => {
// We wait with activaing blueprints until they are fully loaded,
// so that we don't run heuristics on half-loaded blueprints.
// TODO(#5297): heed special "end-of-blueprint" message to activate blueprint.
// Otherwise on a mixed connection (SDK sending both blueprint and recording)
// the blueprint won't be activated until the whole _recording_ has finished loading.
}
}
}
Expand Down

0 comments on commit fd0be2f

Please sign in to comment.