diff options
| author | Graham Linden <graham@lindenlab.com> | 2018-06-08 22:22:20 +0100 | 
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2018-06-08 22:22:20 +0100 | 
| commit | 507c4921826e73635f6ae31087ab0e6cd1280f43 (patch) | |
| tree | 1f6a5aba26ba21f43ae79b3eddd1f8d5a458c481 /indra/llrender | |
| parent | 363f7f84a149c0bc4fe21df80aead821f02a7ff0 (diff) | |
Add specific shader for the moon to allow different rendering at day vs night.
Add MouseMoon positioning ala MouseSun debug setting and accessors to use it.
Diffstat (limited to 'indra/llrender')
| -rw-r--r-- | indra/llrender/llshadermgr.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index fd187b99ee..f00d97cd47 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -552,8 +552,8 @@ void LLShaderMgr::dumpObjectLog(GLhandleARB ret, BOOL warns, const std::string&  	if (log.length() > 0)  	{ -        LL_INFOS("ShaderErrors") << "Shader loading from " << fname << ":\n" << LL_ENDL; -        LL_INFOS("ShaderErrors") << log << LL_ENDL; +        LL_DEBUGS() << "Shader loading from " << fname << ":\n" << LL_ENDL; +        LL_DEBUGS() << log << LL_ENDL;  	}   } | 
