diff options
| author | Graham Madarasz <graham@lindenlab.com> | 2013-06-10 07:52:39 -0700 | 
|---|---|---|
| committer | Graham Madarasz <graham@lindenlab.com> | 2013-06-10 07:52:39 -0700 | 
| commit | 8ff9786c81d8561040da23a32e317b3047c1f387 (patch) | |
| tree | b410ab95d950a783f701ef3d79dcbab4300327b6 /indra/newview | |
| parent | 045634f89eb8368697ec3acb01ff77ad85ce906c (diff) | |
NORSPEC-87 fix regression from NSPEC 233 fix typo which is breaking norm repeats display
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/llpanelface.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index 01b809ec90..1bf655debb 100755 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -1177,7 +1177,7 @@ void LLPanelFace::updateUI()  			bool identical_spec_repeats = false;  			LLSelectedTE::getMaxDiffuseRepeats(repeats_spec, identical_spec_repeats); -			LLSelectedTEMaterial::getMaxNormalRepeats(repeats_spec, identical_spec_repeats); +			LLSelectedTEMaterial::getMaxNormalRepeats(repeats_norm, identical_norm_repeats);  			LLSelectedTEMaterial::getMaxSpecularRepeats(repeats_spec, identical_spec_repeats);			  			LLComboBox*	mComboTexGen = getChild<LLComboBox>("combobox texgen"); | 
