Commit b2a21e517071512c3cab0bb291095d72af2d3dc4

David Turner 2000-02-21T16:18:43

minor change, for benchmark comparison

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/demos/src/fttimer.c b/demos/src/fttimer.c
index ed80990..0d69c6a 100644
--- a/demos/src/fttimer.c
+++ b/demos/src/fttimer.c
@@ -64,7 +64,7 @@
   int             cur_point;
   unsigned short  cur_contour;
   
-  int             pixel_size   = CHARSIZE*96/72;
+  int             pixel_size   = CHARSIZE;
   int             repeat_count = 1;
 
   FT_Bitmap      Bit;