diff options
author | Rider Linden <rider@lindenlab.com> | 2018-06-12 12:56:53 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-06-12 12:56:53 -0700 |
commit | e2adba65debbd1550a9eaead2a00e1426e8855a8 (patch) | |
tree | 063da30d637ca835919453ebdc5badd31326b9c5 /indra/newview/llsky.h | |
parent | 2add1e7abdf536b32bfbfa4b353189782df8cb19 (diff) | |
parent | 67ab0084f87c40bf31d7fadded55cc9ea6299ca2 (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 b618b9bfe6..cc5db2c7ec 100644 --- a/indra/newview/llsky.h +++ b/indra/newview/llsky.h @@ -58,6 +58,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); LLColor4 getSkyFogColor() const; |