made segment direction fill-sensitive
[swftools.git] / lib / gfxpoly / test.c
index 26ebd1b..6d12513 100644 (file)
@@ -638,6 +638,6 @@ void test5(int argn, char*argv[])
 
 int main(int argn, char*argv[])
 {
-    test0(argn, argv);
+    test3(argn, argv);
 }