Skip to content
Snippets Groups Projects
Commit b3460658 authored by Ye Han's avatar Ye Han :panda_face: Committed by Andrew Wilson
Browse files

BUG: Unflag transformApplied in setVertexPositions

parent a4601663
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment