diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llrender/llshadermgr.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index 896dd566c1..8cfccb944c 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -580,7 +580,7 @@ void LLShaderMgr::dumpShaderSource(U32 shader_code_count, GLcharARB** shader_cod  		if (last == '\n')  		    line[len - 1] = 0; -		LL_SHADER_LOADING_WARNS() << i << ": " << shader_code_text[i] << LL_ENDL; +		LL_SHADER_LOADING_WARNS() << i+1 << ": " << shader_code_text[i] << LL_ENDL;  		if (last == '\n')  			line[len - 1] = '\n'; | 
