]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed a bug that caused the hud fonts to disappear when ever the moon was
authorcurt <curt>
Fri, 4 Jun 1999 21:38:31 +0000 (21:38 +0000)
committercurt <curt>
Fri, 4 Jun 1999 21:38:31 +0000 (21:38 +0000)
being drawn.

Simulator/Astro/moon.cxx

index 1c3029f5b0753c2594b883698e36987883daf529..104cf2dc2746f6a31a6928b3df18b2424b6af142 100644 (file)
@@ -390,7 +390,7 @@ void Moon::newImage()
        // set lighting parameters
        xglLightfv(GL_LIGHT0, GL_AMBIENT, white );
        xglLightfv(GL_LIGHT0, GL_DIFFUSE, white );
-       xglEnable( GL_CULL_FACE );
+       // xglEnable( GL_CULL_FACE );
        xglMaterialfv(GL_FRONT, GL_AMBIENT, black);
        xglMaterialfv(GL_FRONT, GL_DIFFUSE, moonColor);