Weekly misc. typo fixes

This commit is contained in:
luz.paz
2018-03-05 09:25:42 -05:00
parent 6d54cc57b1
commit bb9d49dd18
6 changed files with 6 additions and 6 deletions

View File

@@ -201,7 +201,7 @@ void ViewProviderMeshTransformDemolding::valueChangedCallback(void)
rot, // rotation from the dragger
SbVec3f(1,1,1), // no scaling
SbRotation() , // no scaling oriantation
SbVec3f(center.x,center.y,center.z)); // center of rotaion
SbVec3f(center.x,center.y,center.z)); // center of rotation
pcTransformDrag->setMatrix( temp );
}