Skip to content

Commit e15ebd1

Browse files
authored
Merge pull request #559 from thewtex/rescaleColorMapFunctionCall
fix(VolumeController): setSescaleColorMap -> setRescaleColorMap
2 parents 53b3223 + 4a01437 commit e15ebd1

File tree

1 file changed

+1
-1
lines changed
  • Sources/Interaction/UI/VolumeController

1 file changed

+1
-1
lines changed

Sources/Interaction/UI/VolumeController/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function vtkVolumeController(publicAPI, model) {
260260
};
261261

262262
const rescaleColorMap = publicAPI.setRescaleColorMap;
263-
publicAPI.setSescaleColorMap = (value) => {
263+
publicAPI.setRescaleColorMap = (value) => {
264264
if (rescaleColorMap(value)) {
265265
updateColorMapPreset();
266266
return true;

0 commit comments

Comments
 (0)