@kitware/vtk.js 25.8.2 → 25.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -276,7 +276,7 @@ function vtkOpenGLCellArrayBufferObject(publicAPI, model) {
276
276
  var newPoints = new Int32Array(caboCount + selectionMaps.points.length);
277
277
  newPoints.set(selectionMaps.points);
278
278
  selectionMaps.points = newPoints;
279
- var newCells = new Int32Array(caboCount + selectionMaps.points.length);
279
+ var newCells = new Int32Array(caboCount + selectionMaps.cells.length);
280
280
  newCells.set(selectionMaps.cells);
281
281
  selectionMaps.cells = newCells;
282
282
  }
@@ -520,7 +520,8 @@ function vtkOpenGLRenderWindow(publicAPI, model) {
520
520
 
521
521
  if (result !== undefined) {
522
522
  publicAPI.getTextureUnitManager().free(result);
523
- delete model._textureResourceIds.delete(texture);
523
+
524
+ model._textureResourceIds.delete(texture);
524
525
  }
525
526
  };
526
527
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitware/vtk.js",
3
- "version": "25.8.2",
3
+ "version": "25.8.4",
4
4
  "description": "Visualization Toolkit for the Web",
5
5
  "keywords": [
6
6
  "3d",