diff options
author | Rider Linden <rider@lindenlab.com> | 2018-07-10 15:16:50 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-07-10 15:16:50 -0700 |
commit | 7724ace15248fefe35b7e1d567554833d6817f68 (patch) | |
tree | 265da1b823ca73a28a2602822e5701abd7370c5b /indra/newview/llsky.h | |
parent | 294793b9a983a0c26c0e82bd432d4cc311ecb1ba (diff) | |
parent | 9da2480891a1b866437c0ba48dc649299c021ab8 (diff) |
Merge
Diffstat (limited to 'indra/newview/llsky.h')
-rw-r--r-- | indra/newview/llsky.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsky.h b/indra/newview/llsky.h index cc5db2c7ec..d2067a58bb 100644 --- a/indra/newview/llsky.h +++ b/indra/newview/llsky.h @@ -59,6 +59,7 @@ public: void setSunTextures(const LLUUID& sun_texture, const LLUUID& sun_texture_next); void setMoonTextures(const LLUUID& moon_texture, const LLUUID& moon_texture_next); void setCloudNoiseTextures(const LLUUID& cloud_noise_texture, const LLUUID& cloud_noise_texture_next); + void setBloomTextures(const LLUUID& bloom_texture, const LLUUID& bloom_texture_next); LLColor4 getSkyFogColor() const; |