]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/moon.cxx
Changes by David Megginson.
[simgear.git] / simgear / sky / moon.cxx
index d4e8883c7f3f5d3fc04245a6ff1c1415c5e3fc12..34fd97fdc791bb8479736c77311a6075bea796fb 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <iostream>
 
@@ -42,9 +46,6 @@ static int sgMoonOrbPreDraw( ssgEntity *e ) {
     glDisable( GL_DEPTH_TEST );
     glDisable( GL_FOG );
     glBlendFunc ( GL_SRC_ALPHA, GL_ONE ) ;
-    // sgVec4 color;
-    // sgSetVec4( color, 0.0, 0.0, 0.0, 1.0 );
-    // glMaterialfv ( GL_FRONT_AND_BACK, GL_AMBIENT, color ) ;
 
     return true;
 }