Added super-temporary debug settings to help determine cause of textures baking as solid white for some users.

This commit is contained in:
Shyotl
2011-09-12 15:44:44 -05:00
parent 1fb1ba05ce
commit 7424bcee4b
2 changed files with 6 additions and 2 deletions

View File

@@ -215,7 +215,9 @@ BOOL LLViewerDynamicTexture::updateAllInstances()
LLVertexBuffer::unbind();
bool no_ff = LLGLSLShader::sNoFixedFunction;
LLGLSLShader::sNoFixedFunction = false;
static const LLCachedControl<bool> force_fixed_functions("ShyotlUseLegacyDynamicTexture",false);
if(force_fixed_functions)
LLGLSLShader::sNoFixedFunction = false;
BOOL result = FALSE;
BOOL ret = FALSE ;