diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-11-12 07:56:09 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-11-12 07:56:09 +0000 |
commit | dc4f657b4a897ef58e49231a99c78c877ae203a2 (patch) | |
tree | 8ebe46b4909be6f727fc75985f0a0f1573270ee6 /xd.c | |
parent | e81e00d67eafb54f1470976cac471e7197cdb71a (diff) |
Tweaked size of dribbles in rain demo.
Diffstat (limited to 'xd.c')
-rw-r--r-- | xd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5179,7 +5179,7 @@ static void RainDemo(void) for(r = 0; r < DRIBBLE_LEN; r++) { FCircle(dribble[f].lastx[r], dribble[f].y - DRIBBLE_LEN + r, - r/4, blue); + r/8, blue); } } } |