summaryrefslogtreecommitdiff
path: root/lib/gfxpoly/test.c
diff options
context:
space:
mode:
authorMatthias Kramm <kramm@matthias-kramms-macbook-pro.local>2009-05-26 15:51:41 -0700
committerMatthias Kramm <kramm@matthias-kramms-macbook-pro.local>2009-05-26 15:52:29 -0700
commita7d3e2d9ec1e521a250b981c256afdcf7874f14d (patch)
tree439cc6eb7ded289ad7a7eafa5b7124a00b47ac69 /lib/gfxpoly/test.c
parent71b11cc925e384ecad5b0f48b511bcadc2867f9b (diff)
small code refactoring
Diffstat (limited to 'lib/gfxpoly/test.c')
-rw-r--r--lib/gfxpoly/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gfxpoly/test.c b/lib/gfxpoly/test.c
index 82ceb9a9..c67f193a 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);