Skip to content

Commit bf89eaa

Browse files
authored
Merge pull request #462 from Kitware/fix-volume-mapper
fix(VolumeMapper): Fix typo setWindow() to setOpenGLRenderWindow()
2 parents b51cce7 + ea3c10f commit bf89eaa

File tree

1 file changed

+1
-1
lines changed
  • Sources/Rendering/OpenGL/VolumeMapper

1 file changed

+1
-1
lines changed

Sources/Rendering/OpenGL/VolumeMapper/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ function vtkOpenGLVolumeMapper(publicAPI, model) {
836836
const program = model.copyShader;
837837

838838
model.copyVAO = vtkVertexArrayObject.newInstance();
839-
model.copyVAO.setWindow(model.openGLRenderWindow);
839+
model.copyVAO.setOpenGLRenderWindow(model.openGLRenderWindow);
840840

841841
model.tris.getCABO().bind();
842842
if (!model.copyVAO.addAttributeArray(

0 commit comments

Comments
 (0)