Skip to content

Commit

Permalink
fix(VolumeMapper): Fix typo setWindow() to setOpenGLRenderWindow()
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Dec 14, 2017
1 parent bed0aa0 commit ea3c10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Rendering/OpenGL/VolumeMapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ function vtkOpenGLVolumeMapper(publicAPI, model) {
const program = model.copyShader;

model.copyVAO = vtkVertexArrayObject.newInstance();
model.copyVAO.setWindow(model.openGLRenderWindow);
model.copyVAO.setOpenGLRenderWindow(model.openGLRenderWindow);

model.tris.getCABO().bind();
if (!model.copyVAO.addAttributeArray(
Expand Down

0 comments on commit ea3c10f

Please sign in to comment.