chunky-dev / chunky

A path tracer to create realistic images of your Minecraft worlds.
https://chunky-dev.github.io/docs
GNU General Public License v3.0
643 stars 76 forks source link

Prevent spurious refresh from the octree implementation control. #1595

Closed ThatRedox closed 1 year ago

ThatRedox commented 1 year ago

Addresses #1594 in snapshot. Initializing the Advanced tab was causing the octree implmentation control callback to be fired. This adds a check if the octree implementation actually changed before refreshing.