commit | 88f7d0cb09707355bc9079d4b0569537e8048fa9 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jun 07 21:09:20 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jun 07 21:09:20 2012 +0000 |
tree | 1481edd3250070ad4887bf7f081c8bbf37826cd3 | |
parent | 83226976b532141b26ff3a40f381a5d08ce3259d [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@4208 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/SimplifyFindNext_Test.cpp b/experimental/Intersection/SimplifyFindNext_Test.cpp index c83de89..66af15b 100644 --- a/experimental/Intersection/SimplifyFindNext_Test.cpp +++ b/experimental/Intersection/SimplifyFindNext_Test.cpp
@@ -33,7 +33,7 @@ int nextStart, nextEnd; SimplifyFindNextTest::Segment* next = segment.findNext(winding, startIndex, endIndex, nextStart, nextEnd); - pts[1] = next->xyAtT(&segment.span(nextStart)); + pts[1] = next->xyAtT(&next->span(nextStart)); SkASSERT(pts[0] == pts[1]); return next; }