fix path ops assert
git-svn-id: http://skia.googlecode.com/svn/trunk@8602 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
e942bc329a
commit
f11a5afff0
@ -89,7 +89,7 @@ abortContours:
|
||||
return 0;
|
||||
}
|
||||
result = bestSeg->windingAtT(*bestHit, bestTIndex, bestOpp, bestDx);
|
||||
SkASSERT(*bestDx);
|
||||
SkASSERT(result == SK_MinS32 || *bestDx);
|
||||
}
|
||||
double baseT = current->t(index);
|
||||
double endT = current->t(endIndex);
|
||||
|
Loading…
Reference in New Issue
Block a user