Skip to content

Commit

Permalink
One more web-build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jul 4, 2023
1 parent c224716 commit e2d1d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/re_viewer/src/store_hub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pub struct StoreHub {
store_dbs: StoreBundle,

// The number of rows in the blueprint the last time it was saved
#[cfg(not(target_arch = "wasm32"))]
blueprint_last_save: HashMap<StoreId, u64>,
}

Expand Down

0 comments on commit e2d1d3c

Please sign in to comment.