X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fmoebius.c;h=ecf052c247d427ced44ae454268466a4e58a0969;hp=1620e41fd4774a26b41544eaa992dd63116518bf;hb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;hpb=50be9bb40dc60130c99ffa568e6677779904ff70 diff --git a/hacks/glx/moebius.c b/hacks/glx/moebius.c index 1620e41f..ecf052c2 100644 --- a/hacks/glx/moebius.c +++ b/hacks/glx/moebius.c @@ -544,8 +544,6 @@ pinit(void) { int status; glClearDepth(1.0); - glClearColor(0.0, 0.0, 0.0, 1.0); - glLightfv(GL_LIGHT0, GL_AMBIENT, ambient); glLightfv(GL_LIGHT0, GL_DIFFUSE, diffuse); glLightfv(GL_LIGHT0, GL_POSITION, position0);