Skip to content

Commit

Permalink
time has come to enable it all by default
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 15, 2024
1 parent 368ab68 commit 6b63320
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions crates/re_viewer_context/src/app_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,8 @@ impl Default for AppOptions {

experimental_additive_workflow: cfg!(debug_assertions),

// TODO(cmc): default to true for debug/rerun-workspace once minimal features have been
// merged in.
experimental_primary_caching_point_clouds: false,

// TODO(cmc): default to true for debug/rerun-workspace once minimal features have been
// merged in.
experimental_primary_caching_series: false,
experimental_primary_caching_point_clouds: true,
experimental_primary_caching_series: true,

show_picking_debug_overlay: false,

Expand Down

0 comments on commit 6b63320

Please sign in to comment.