@kitware/vtk.js 25.8.2 → 25.8.3

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.
@@ -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.3",
4
4
  "description": "Visualization Toolkit for the Web",
5
5
  "keywords": [
6
6
  "3d",