File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/Rendering/OpenGL/ImageMapper Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1320,9 +1320,9 @@ function vtkOpenGLImageMapper(publicAPI, model) {
1320
1320
ptsArray [ 11 ] = sliceDepth ;
1321
1321
if ( sliceOffset === 0 ) {
1322
1322
// If the sliceOffset is 0, the scalars array is a view of the
1323
- // original scalars array. As a micro-optimzation , we can get the
1324
- // range from the original scalars array. and set the range to the
1325
- // scalars array. This means there is not need to re-calculate the
1323
+ // original scalars array. As a micro-optimization , we can get the
1324
+ // range from the original scalars array and set the range to the
1325
+ // scalars array. This means there is no need to re-calculate the
1326
1326
// ranges for the scalars array.
1327
1327
ranges = [ ]
1328
1328
for ( let i = 0 ; i < numComp ; i ++ ) {
You can’t perform that action at this time.
0 commit comments