Skip to content

Commit

Permalink
well that's very much a real bug lul
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Nov 6, 2024
1 parent de97faa commit 3bed5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_ui/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ impl UICommand {
#[cfg(target_arch = "wasm32")]
Self::RestartWithWebGpu => None,

#[cfg(target_arch = "wasm32 ")]
#[cfg(target_arch = "wasm32")]
Self::ViewportMode(_) => None,
}
}
Expand Down

0 comments on commit 3bed5b3

Please sign in to comment.