Skip to content

Commit

Permalink
fix(PolyDataMapper): Fix issue with method call
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 24, 2018
1 parent a7b50fa commit ff82aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Rendering/OpenGL/PolyDataMapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ function vtkOpenGLPolyDataMapper(publicAPI, model) {
` gl_PointSize = ${actor
.getProperty()
.getPointSize()
.toFixed(1)};`,
}.0;`,
],
false
).result;
Expand Down

0 comments on commit ff82aeb

Please sign in to comment.