X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fsky.h;h=faa3eb033d594bc73f8eb7cff6eae6b664d6be96;hp=5cc7bdaa668a6d6935be713f890f9c20991fc891;hb=fe2fc291a4fc618425c64112c9ffd3519f0b8a3e;hpb=08d0a9f283b71e874b769b2661389b0aca598f4f diff --git a/source/effects/sky.h b/source/effects/sky.h index 5cc7bdaa..faa3eb03 100644 --- a/source/effects/sky.h +++ b/source/effects/sky.h @@ -55,7 +55,7 @@ private: bool rendered; public: - Sky(Resources &, Renderable &, const Light &); + Sky(Renderable &, const Light &); void set_planet(const Planet &); void set_view_height(float);