X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2Fsky.c;h=a3c14035c5d6aa00c3dd3c75a344ce09e94b9a39;hb=0c5a60713d0de6f427d9ee8896c2d5df1ce9a9d5;hp=815c4a18d7f3dc8501a884f65864bed9c626c6d7;hpb=20cf326fec07113e0702a7367a162febf0fade88;p=simgear.git diff --git a/Astro/sky.c b/Astro/sky.c index 815c4a18..a3c14035 100644 --- a/Astro/sky.c +++ b/Astro/sky.c @@ -348,16 +348,20 @@ void fgSkyRender( void ) { xglColor4fv( outer_color[0] ); xglVertex3fv( outer_vertex[0] ); xglEnd(); + xglPopMatrix(); } /* $Log$ -/* Revision 1.7 1998/02/19 13:05:49 curt -/* Incorporated some HUD tweaks from Michelle America. -/* Tweaked the sky's sunset/rise colors. -/* Other misc. tweaks. +/* Revision 1.8 1998/03/09 22:47:25 curt +/* Incorporated Durk's updates. /* + * Revision 1.7 1998/02/19 13:05:49 curt + * Incorporated some HUD tweaks from Michelle America. + * Tweaked the sky's sunset/rise colors. + * Other misc. tweaks. + * * Revision 1.6 1998/02/07 15:29:32 curt * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss *