X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fsky%2Fmoon.cxx;h=91049ef4b598f1d090b798a01026ab2e29a0176d;hb=f1ab6e2533a1bf07439b3d5918430f496158d8f3;hp=c5310fd4b88c38fdb79126223f9bc57950b42cd3;hpb=25b743bdec8d04ce3b15d560a942c1d5ee685ee2;p=simgear.git diff --git a/simgear/sky/moon.cxx b/simgear/sky/moon.cxx index c5310fd4..91049ef4 100644 --- a/simgear/sky/moon.cxx +++ b/simgear/sky/moon.cxx @@ -29,8 +29,10 @@ # include #endif +#include + #include -#include +#include STL_IOSTREAM #include #include @@ -88,7 +90,7 @@ static int sgMoonHaloPreDraw( ssgEntity *e ) { if ( f -> hasState () ) f->getState()->apply() ; glPushAttrib( GL_DEPTH_BUFFER_BIT | GL_FOG_BIT | GL_COLOR_BUFFER_BIT); - cout << "push error = " << glGetError() << endl; + // cout << "push error = " << glGetError() << endl; glDisable( GL_DEPTH_TEST ); glDisable( GL_FOG ); @@ -105,7 +107,7 @@ static int sgMoonHaloPostDraw( ssgEntity *e ) { // glBlendFunc ( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA ) ; glPopAttrib(); - cout << "pop error = " << glGetError() << endl; + // cout << "pop error = " << glGetError() << endl; return true; }