X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fatunnel.c;h=ee244ea5c137b38fe7bdd95d488ef9258c2cb090;hb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;hp=baea0ef85e885c12c88dee670d1a87bcded3b25e;hpb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;p=xscreensaver diff --git a/hacks/glx/atunnel.c b/hacks/glx/atunnel.c index baea0ef8..ee244ea5 100644 --- a/hacks/glx/atunnel.c +++ b/hacks/glx/atunnel.c @@ -185,7 +185,6 @@ static void Init(ModeInfo * mi) GLfloat light_position[] = {0.0, 0.0, 1.0, 0.0}; GLfloat fogColor[4] = {0.8, 0.8, 0.8, 1.0}; - glClearColor(0, 0, 0, 0); if (do_texture) { glGenTextures(MAX_TEXTURE, sa->texture);