From 7f76db62c9b4529d19b17ddf3ddaa646e85197fa Mon Sep 17 00:00:00 2001 From: David Mikos Date: Sun, 13 Jan 2008 14:21:22 +1030 Subject: Fix starting position of snowflakes in loop. --- movement.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/movement.c b/movement.c index 901f190..a2e94f1 100644 --- a/movement.c +++ b/movement.c @@ -69,6 +69,8 @@ SnowflakeDrift (CompScreen *s, int index) z = 0.5; newSnowflakePosition(as, index); //} + x = snow->x; + y = snow->y; } float top = 0.5-0.01*snow->size/2; -- cgit v1.1