Skip to content

Commit 220ee34

Browse files
committed
change default renderer
1 parent cb3b003 commit 220ee34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface/Modules/Render/ES/SRInterface.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ namespace SCIRun {
9696

9797
showOrientation_ = true;
9898
autoRotate_ = false;
99-
mRenderSortType = RenderState::TransparencySortType::CONTINUOUS_SORT;
99+
mRenderSortType = RenderState::TransparencySortType::UPDATE_SORT;
100100
// Construct ESCore. We will need to bootstrap the core. We should also
101101
// probably add utility static classes.
102102
setupCore();

0 commit comments

Comments
 (0)