diff options
author | Rider Linden <rider@lindenlab.com> | 2017-09-26 09:19:20 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2017-09-26 09:19:20 -0700 |
commit | 0d414c1fb579dffc122c4d021a84cd126c612e54 (patch) | |
tree | f6b6ad0b93df9304f7d422e4d63dd32644db2a49 /indra/llrender/llshadermgr.cpp | |
parent | 5d3599f5d155dc112c8f05197c8fc73397084e71 (diff) |
Clouds still funky but better.
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r-- | indra/llrender/llshadermgr.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index e721ad93fa..4e9a1f5de5 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -953,7 +953,8 @@ GLhandleARB LLShaderMgr::loadShaderFile(const std::string& filename, S32 & shade // Add shader file to map mShaderObjects[filename] = ret; shader_level = try_gpu_class; - } + LL_WARNS("RIDER") << "Shader '" << filename << "' loaded with handle=" << ret << LL_ENDL; + } else { if (shader_level > 1) |