]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/oursun.cxx
First quick hack at panel shading.
[simgear.git] / simgear / sky / oursun.cxx
index 0761fc5056a0523db379474e65c28a2745ad4c54..6b03214bc3a1e2c122f4ffb0a4fada288a64ffb7 100644 (file)
@@ -231,7 +231,6 @@ ssgBranch * SGSun::build( FGPath path, double sun_size ) {
     path.append( "halo.rgba" );
     halo_state = new ssgSimpleState();
     halo_state->setTexture( (char *)path.c_str() );
-    // halo_state->setTexture( sun_texid );
     halo_state->enable( GL_TEXTURE_2D );
     halo_state->disable( GL_LIGHTING );
     halo_state->setShadeModel( GL_SMOOTH );