Skip to content

Commit

Permalink
more broken stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Nov 6, 2024
1 parent 00852b7 commit 9b83499
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/viewer/re_viewer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ pub fn customize_eframe_and_setup_renderer(
// ---------------------------------------------------------------------------

/// This wakes up the ui thread each time we receive a new message.
#[cfg(not(feature = "web_viewer"))]
#[cfg(not(target_arch = "wasm32"))]
pub fn wake_up_ui_thread_on_each_msg<T: Send + 'static>(
rx: re_smart_channel::Receiver<T>,
Expand Down
2 changes: 1 addition & 1 deletion crates/viewer/re_viewer_context/src/image_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ impl ImageInfo {
// But it can happen, e.g. when logging a `1x1xu8` image followed by a `1x1xf32` image
// to the same entity path, and they are put in the same chunk.

if cfg!(debug_asserttions) {
if cfg!(debug_assertions) {
re_log::warn_once!(
"The image buffer was not aligned to the element type {}",
std::any::type_name::<T>()
Expand Down

0 comments on commit 9b83499

Please sign in to comment.