X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fprovidence.c;h=3d7f9479eba693dd42c2114f39b35484d7859336;hp=3ecf88c4e3f0a7119e935d3389a173ff266ff89d;hb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;hpb=50be9bb40dc60130c99ffa568e6677779904ff70 diff --git a/hacks/glx/providence.c b/hacks/glx/providence.c index 3ecf88c4..3d7f9479 100644 --- a/hacks/glx/providence.c +++ b/hacks/glx/providence.c @@ -617,8 +617,7 @@ ENTRYPOINT void reshape_providence(ModeInfo * mi, int width, int height) static void pinit(providencestruct *mp) { glClearDepth(1.0); - glClearColor(0.0, 0.0, 0.0, 1.0); - + /* setup twoside lighting */ glLightfv(GL_LIGHT0, GL_AMBIENT, ambient2); glLightfv(GL_LIGHT0, GL_DIFFUSE, diffuse);