commit | a7e483d130a65833e4c0d4abb4c2f13a9ce7703b | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 28 20:44:43 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 28 20:44:43 2012 +0000 |
tree | 3bb56d6e49536d454f5247ea96d1d0b153680272 | |
parent | 8b6d6286b6caf3b72ad639d9c721f3afdb3cc936 [diff] [blame] |
shape ops work in progress working on quad/quad intersection git-svn-id: http://skia.googlecode.com/svn/trunk@5326 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Simplify.cpp b/experimental/Intersection/Simplify.cpp index 103c534..cea2f69 100644 --- a/experimental/Intersection/Simplify.cpp +++ b/experimental/Intersection/Simplify.cpp
@@ -35,7 +35,7 @@ #define DEBUG_UNUSED 0 // set to expose unused functions -#if 1 // set to 1 for multiple thread -- no debugging +#if 0 // set to 1 for multiple thread -- no debugging const bool gRunTestsInOneThread = false;