We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3b003 commit 220ee34Copy full SHA for 220ee34
src/Interface/Modules/Render/ES/SRInterface.cc
@@ -96,7 +96,7 @@ namespace SCIRun {
96
97
showOrientation_ = true;
98
autoRotate_ = false;
99
- mRenderSortType = RenderState::TransparencySortType::CONTINUOUS_SORT;
+ mRenderSortType = RenderState::TransparencySortType::UPDATE_SORT;
100
// Construct ESCore. We will need to bootstrap the core. We should also
101
// probably add utility static classes.
102
setupCore();
0 commit comments