From 20d5461df766aa34592c7c33f2a8a4fd28fd2d8a Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Tue, 4 Jun 2013 18:30:02 +0000 Subject: path ops -- try to fix build again Review URL: https://codereview.chromium.org/15994019 git-svn-id: http://skia.googlecode.com/svn/trunk@9434 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathOpsAngleTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/PathOpsAngleTest.cpp') diff --git a/tests/PathOpsAngleTest.cpp b/tests/PathOpsAngleTest.cpp index 99d3950bf7..583e901eec 100644 --- a/tests/PathOpsAngleTest.cpp +++ b/tests/PathOpsAngleTest.cpp @@ -279,6 +279,8 @@ static void setup(const SortSet* set, const size_t idx, seg->addT(NULL, set[idx].ptData[set[idx].ptCount - 1], 1); } int tIndex = 0; + ts[0] = 0; + ts[1] = 1; do { if (seg->t(tIndex) == set[idx].tStart) { ts[0] = tIndex; -- cgit v1.2.3