X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Ftest.c;fp=lib%2Fgfxpoly%2Ftest.c;h=c67f193a4b6f10c8de5d976fcd9446b2ed67a724;hp=82ceb9a92d2cc244508c0f859dee2cd3e615f911;hb=a7d3e2d9ec1e521a250b981c256afdcf7874f14d;hpb=71b11cc925e384ecad5b0f48b511bcadc2867f9b diff --git a/lib/gfxpoly/test.c b/lib/gfxpoly/test.c index 82ceb9a..c67f193 100644 --- a/lib/gfxpoly/test.c +++ b/lib/gfxpoly/test.c @@ -143,7 +143,7 @@ int test_speed() gfxmatrix_t m; memset(&m, 0, sizeof(gfxmatrix_t)); int t; - for(t=0;t<10;t++) { + for(t=0;t<360;t++) { printf("%d\n", t); m.m00 = cos(t*M_PI/180.0); m.m01 = sin(t*M_PI/180.0);