From ff82aeb3a613fa4a32a7f5f638b60b91207aaab0 Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Wed, 24 Jan 2018 16:05:22 -0700 Subject: [PATCH] fix(PolyDataMapper): Fix issue with method call --- Sources/Rendering/OpenGL/PolyDataMapper/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Rendering/OpenGL/PolyDataMapper/index.js b/Sources/Rendering/OpenGL/PolyDataMapper/index.js index 3a2fb56b6d5..f1d88ee209a 100644 --- a/Sources/Rendering/OpenGL/PolyDataMapper/index.js +++ b/Sources/Rendering/OpenGL/PolyDataMapper/index.js @@ -625,7 +625,7 @@ function vtkOpenGLPolyDataMapper(publicAPI, model) { ` gl_PointSize = ${actor .getProperty() .getPointSize() - .toFixed(1)};`, + }.0;`, ], false ).result;