diff --git a/Source/Geometry/Mesh/imstkPointSet.cpp b/Source/Geometry/Mesh/imstkPointSet.cpp
index 3db88629081984d785f23e130651778a2a42ae59..a0f3926c8fc44d7e8324965ad07119fcab27d335 100644
--- a/Source/Geometry/Mesh/imstkPointSet.cpp
+++ b/Source/Geometry/Mesh/imstkPointSet.cpp
@@ -107,8 +107,8 @@ PointSet::getInitialVertexPosition(const size_t vertNum)
 void
 PointSet::setVertexPositions(std::shared_ptr<VecDataArray<double, 3>> vertices)
 {
-    m_vertexPositions  = vertices;
-    m_transformApplied = false;
+    m_vertexPositions = vertices;
+    //m_transformApplied = false;
 
     this->updatePostTransformData();
 }