Fix mixed line endings
This commit is contained in:
@@ -1261,9 +1261,9 @@ void ViewProviderMesh::panCamera(SoCamera * cam, float aspectratio, const SbPlan
|
||||
const SbVec2f & currpos, const SbVec2f & prevpos)
|
||||
{
|
||||
if (cam == nullptr) // can happen for empty scenegraph
|
||||
return;
|
||||
return;
|
||||
if (currpos == prevpos) // useless invocation
|
||||
return;
|
||||
return;
|
||||
|
||||
|
||||
// Find projection points for the last and current mouse coordinates.
|
||||
|
||||
Reference in New Issue
Block a user