Skip to content
Snippets Groups Projects
Commit ca089dfb authored by Jan Möbius's avatar Jan Möbius
Browse files

Fixed warning on MacOS


git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@10822 383ad7c9-94d9-4d36-a494-682f7c89f535
parent ef4a7685
Branches
No related tags found
No related merge requests found
......@@ -1965,7 +1965,7 @@ OpenMesh::Vec3d MovePlugin::getNearestFace(MeshType* _mesh, uint _fh, OpenMesh::
typename MeshType::FaceVertexIter fv_it(*_mesh, fh);
typename MeshType::Point hitPointP = (typename MeshType::Point) _hitPoint;
typename MeshType::Point cog;
typename MeshType::Point cog(0.0,0.0,0.0);
uint count = 0;
for (; fv_it; ++fv_it) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment