Skip to content

Commit

Permalink
fix: remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi authored and finetjul committed Dec 1, 2023
1 parent 2f0c658 commit bd32b05
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/Rendering/OpenGL/VolumeMapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1693,10 +1693,6 @@ function vtkOpenGLVolumeMapper(publicAPI, model) {
.getProperty()
.getLabelOutlineThickness();

if (!labelOutlineThicknessArray) {
return;
}

const lTex = model._openGLRenderWindow.getGraphicsResourceForObject(
labelOutlineThicknessArray
);
Expand Down

0 comments on commit bd32b05

Please sign in to comment.