X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fvermiculate.c;h=b96d3dc8e4b84f585b47dc761b7f899543df9a57;hp=c6069e42525b7bbe85fea156fe21948b599c08d6;hb=50be9bb40dc60130c99ffa568e6677779904ff70;hpb=5f1f12f2a37da634000f96d18d59cc73a8814ef7 diff --git a/hacks/vermiculate.c b/hacks/vermiculate.c index c6069e42..b96d3dc8 100644 --- a/hacks/vermiculate.c +++ b/hacks/vermiculate.c @@ -264,7 +264,7 @@ bordupdate (struct state *st) for (x = xmin; x <= xmax; x++) sp (st, x, ybord, st->bordcol); for (y = ymin; y <= ymax; y++) - sp (st, ybord, y, st->bordcol); + sp (st, xbord, y, st->bordcol); } }