- fix some cpp check warnings and errors
- fix "property_copy" which has no selfassign now git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@836 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -327,7 +327,7 @@ QGLViewerWidget::mouseMoveEvent( QMouseEvent* _event )
|
||||
{
|
||||
if (last_point_ok_)
|
||||
{
|
||||
if (newPoint_hitSphere = map_to_sphere(newPoint2D, newPoint3D))
|
||||
if ((newPoint_hitSphere = map_to_sphere(newPoint2D, newPoint3D)))
|
||||
{
|
||||
Vec3f axis = last_point_3D_ % newPoint3D;
|
||||
float cos_angle = (last_point_3D_ | newPoint3D);
|
||||
|
||||
Reference in New Issue
Block a user