Fix mixed line endings
This commit is contained in:
@@ -308,13 +308,13 @@ void SoFCSelection::doAction(SoAction *action)
|
||||
int SoFCSelection::getPriority(const SoPickedPoint* p)
|
||||
{
|
||||
const SoDetail* detail = p->getDetail();
|
||||
if(!detail)
|
||||
if(!detail)
|
||||
return 0;
|
||||
if(detail->isOfType(SoFaceDetail::getClassTypeId()))
|
||||
if(detail->isOfType(SoFaceDetail::getClassTypeId()))
|
||||
return 1;
|
||||
if(detail->isOfType(SoLineDetail::getClassTypeId()))
|
||||
if(detail->isOfType(SoLineDetail::getClassTypeId()))
|
||||
return 2;
|
||||
if(detail->isOfType(SoPointDetail::getClassTypeId()))
|
||||
if(detail->isOfType(SoPointDetail::getClassTypeId()))
|
||||
return 3;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user