Skip to content

Commit 4ed54af

Browse files
committed
fix(Glyph3DMapper): Fix typo in function name
1 parent 7838ae5 commit 4ed54af

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Sources/Rendering/OpenGL/Glyph3DMapper/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ function vtkOpenGLGlyph3DMapper(publicAPI, model) {
439439
if (carray) {
440440
model.colorBuffer.upload(carray.getData(), ObjectType.ARRAY_BUFFER);
441441
} else {
442-
model.colorBuffer.releaseGraphicResources();
442+
model.colorBuffer.releaseGraphicsResources();
443443
}
444444
model.glyphBOBuildTime.modified();
445445
}

0 commit comments

Comments
 (0)