X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fglschool_gl.c;h=3afe91bdb7725be4d7b68e9ede690e87836d9030;hp=bd8f981a3a9e071763ebd97ef9ba5b9d8295ded0;hb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;hpb=50be9bb40dc60130c99ffa568e6677779904ff70 diff --git a/hacks/glx/glschool_gl.c b/hacks/glx/glschool_gl.c index bd8f981a..3afe91bd 100644 --- a/hacks/glx/glschool_gl.c +++ b/hacks/glx/glschool_gl.c @@ -186,9 +186,8 @@ initFog() void initGLEnv(Bool doFog) { - GLfloat spc[4] = {1.0, 1.0, 1.0, 1.0}; + GLfloat spc[4] = {1.0, 1.0, 1.0, 1.0}; - glClearColor(0.0, 0.0, 0.0, 0.0); glClearDepth(1.0); glDepthFunc(GL_LESS);