Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devtools/CompleteTestKit
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/CompleteTestKit')
-rw-r--r--devtools/CompleteTestKit/FontDirtyTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/CompleteTestKit/FontDirtyTest.py b/devtools/CompleteTestKit/FontDirtyTest.py
index 5f43e14..4f67239 100644
--- a/devtools/CompleteTestKit/FontDirtyTest.py
+++ b/devtools/CompleteTestKit/FontDirtyTest.py
@@ -32,7 +32,7 @@ start = time()
for aTrial in range(maxTrial):
start = time()
- font = pygame.font.Font(None, 16)
+ font = pygame.font.Font(None, 100)
d = DrawableFontObject("hello world", font)
d.goToAnim("anim1")