Skip to content

Commit

Permalink
chore: Update sliceIndex retrieval in interpolationContourSegmentatio…
Browse files Browse the repository at this point in the history
…n example
  • Loading branch information
sedghi committed May 31, 2024
1 parent aa17292 commit 6deea24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function acceptCurrent() {
segmentIndex:
segmentation.segmentIndex.getActiveSegmentIndex(segmentationId),
segmentationId: segmentationIdStack,
sliceIndex: viewport.getCurrentImageIdIndex(),
sliceIndex: viewport.getSliceIndex(),
}
);
}
Expand Down

0 comments on commit 6deea24

Please sign in to comment.