X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fcityflow.c;h=0199fc338775b5e2d570aa9a6d59a76648c19f27;hp=acdf3222a9449d7965a74781ca5b52f5320aa911;hb=7edd66e6bd3209013ee059819747b10b5835635b;hpb=d5186197bc394e10a4402f7f6d23fbb14103bc50 diff --git a/hacks/glx/cityflow.c b/hacks/glx/cityflow.c index acdf3222..0199fc33 100644 --- a/hacks/glx/cityflow.c +++ b/hacks/glx/cityflow.c @@ -327,7 +327,7 @@ init_cube (ModeInfo *mi) cube->y = (frand(1)-0.5); cube->z = frand(0.12); - double th = (skew ? frand(skew) : 0) * M_PI / 180; + double th = -(skew ? frand(skew) : 0) * M_PI / 180; cube->cth = cos(th); cube->sth = sin(th);