Skip to content

Commit

Permalink
update doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 29, 2024
1 parent 1260e94 commit 04c09ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_viewer/src/app_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub struct AppState {
/// Storage for the state of each `SpaceView`
///
/// This is stored here for simplicity. An exclusive reference for that is passed to the users,
/// such as [`Viewport`] and [`re_selection_panel::SelectionPanel`].
/// such as [`ViewportUi`] and [`re_selection_panel::SelectionPanel`].
#[serde(skip)]
view_states: ViewStates,

Expand Down

0 comments on commit 04c09ad

Please sign in to comment.