X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fmoebius.c;h=3f4dc35115f093e0901fbf51e00e074f125cbca8;hp=bb08482006fd548d15f9a43d34f3ed300f1f8f61;hb=a445bdd3e3ba4abbee441844b6665b4c3c13d48c;hpb=3d9140a05b5272fed0883a0af0a71e30ef44d47f diff --git a/hacks/glx/moebius.c b/hacks/glx/moebius.c index bb084820..3f4dc351 100644 --- a/hacks/glx/moebius.c +++ b/hacks/glx/moebius.c @@ -725,10 +725,6 @@ init_moebius(ModeInfo * mi) mp->ddy = 0.00006 + frand(0.00003); mp->ddz = 0.00006 + frand(0.00003); - mp->ddx = 0.00001; - mp->ddy = 0.00001; - mp->ddz = 0.00001; - if ((mp->glx_context = init_GL(mi)) != NULL) { reshape_moebius(mi, MI_WIDTH(mi), MI_HEIGHT(mi));