summaryrefslogtreecommitdiff
path: root/indra/newview/llvosky.h
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2021-10-21 18:40:24 -0700
committerPtolemy <ptolemy@lindenlab.com>2021-10-21 18:40:24 -0700
commit94d08a13d5737f072231584d9f135dc44e8c6750 (patch)
tree5523ec04f9df966c5b3dfdd0d262ba36c3065caa /indra/newview/llvosky.h
parentee724fecdc1c3285cfa1a260a2fdf8f2355a68fa (diff)
SL-16127: Use cached sky
Diffstat (limited to 'indra/newview/llvosky.h')
-rw-r--r--indra/newview/llvosky.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h
index efa45a3cc5..0b313a9a61 100644
--- a/indra/newview/llvosky.h
+++ b/indra/newview/llvosky.h
@@ -299,7 +299,7 @@ protected:
void updateDirections(LLSettingsSky::ptr_t psky);
void initSkyTextureDirs(const S32 side, const S32 tile);
- void createSkyTexture(AtmosphericsVars& vars, const S32 side, const S32 tile);
+ void createSkyTexture(LLSettingsSky::ptr_t psky, AtmosphericsVars& vars, const S32 side, const S32 tile);
LLPointer<LLViewerFetchedTexture> mSunTexturep[2];
LLPointer<LLViewerFetchedTexture> mMoonTexturep[2];