Skip to content

Commit

Permalink
Merge pull request #529 from Kitware/small-fixes
Browse files Browse the repository at this point in the history
fix(PolyDataMapper): Formatting
  • Loading branch information
jourdain authored Jan 24, 2018
2 parents d67d97a + 9879641 commit a0f40de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Sources/Rendering/OpenGL/PolyDataMapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,10 +622,7 @@ function vtkOpenGLPolyDataMapper(publicAPI, model) {
'//VTK::PositionVC::Impl',
[
'//VTK::PositionVC::Impl',
` gl_PointSize = ${actor
.getProperty()
.getPointSize()
}.0;`,
` gl_PointSize = ${actor.getProperty().getPointSize()}.0;`,
],
false
).result;
Expand Down

0 comments on commit a0f40de

Please sign in to comment.