summaryrefslogtreecommitdiffstats
path: root/balls.c
diff options
context:
space:
mode:
Diffstat (limited to 'balls.c')
-rw-r--r--balls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/balls.c b/balls.c
index 384f7c1..cdb292d 100644
--- a/balls.c
+++ b/balls.c
@@ -638,8 +638,8 @@ void
drawString(const char *str) {
size_t i, n;
- glColor3f(0, 1, 0);
- glRasterPos2f(0.5, 0.5);
+ glColor3f(0, 0, 0);
+ glRasterPos2f(-0.9, 0.9);
n = strlen(str);
for (i = 0; i < n; i++)