X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Fsky%2Fcloudfield.hxx;h=5016c6329f3bba01622d770249757aa84cae695b;hb=ccbc5abec63e508261b6d4bdbd5b1f780d233fc8;hp=08d6c4138677b5b9cd86023a0808ea51dc4276c5;hpb=7aa6fd479da920a6eb95f4b7da2010906928b619;p=simgear.git diff --git a/simgear/scene/sky/cloudfield.hxx b/simgear/scene/sky/cloudfield.hxx index 08d6c413..5016c632 100644 --- a/simgear/scene/sky/cloudfield.hxx +++ b/simgear/scene/sky/cloudfield.hxx @@ -94,7 +94,7 @@ public: void buildTestLayer(void); // Render a cloud field - void Render(void); + void Render( float *sun_color ); // reposition the cloud layer at the specified origin and orientation void reposition( sgVec3 p, sgVec3 up, double lon, double lat, double alt, double dt, float direction, float speed);