allen-cell-animated / volume-viewer

https://allen-cell-animated.github.io/volume-viewer/
Other
90 stars 7 forks source link

fix gamma update logic #169

Closed toloudis closed 9 months ago

toloudis commented 9 months ago

Gamma values were not updating correctly. This is because there was an early-exit check if any of the values were still the same! This check really needed to be if ALL the values are the same.