diff --git a/src/segmentation_display_state/property_map.ts b/src/segmentation_display_state/property_map.ts index 8265f6bf3a..36444e7e60 100644 --- a/src/segmentation_display_state/property_map.ts +++ b/src/segmentation_display_state/property_map.ts @@ -1119,7 +1119,7 @@ function updatePropertyHistogram( ++histogram[ (Math.min(numBins - 1, Math.max(-1, (value - min) * multiplier)) + 1) >>> - 0 + 0 ]; } } @@ -1137,7 +1137,7 @@ function updatePropertyHistogram( ++histogram[ (Math.min(numBins - 1, Math.max(-1, (value - min) * multiplier)) + 1) >>> - 0 + 0 ]; } }