diff options
| -rw-r--r-- | indra/llrender/llgl.cpp | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp index 77b34eb546..96b1838158 100644 --- a/indra/llrender/llgl.cpp +++ b/indra/llrender/llgl.cpp @@ -1480,10 +1480,7 @@ void LLGLState::checkTextureChannels(const std::string& msg)  				gFailLog << "Texture matrix in channel " << i << " corrupt." << std::endl;  			}  		} - -		 -		S32 num_texture_types = 8; -		 +				  		for (S32 j = (i == 0 ? 1 : 0);   			j < 9; j++)  		{ | 
