summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelface.cpp
diff options
context:
space:
mode:
authorGraham Madarasz <graham@lindenlab.com>2013-06-10 07:52:39 -0700
committerGraham Madarasz <graham@lindenlab.com>2013-06-10 07:52:39 -0700
commit8ff9786c81d8561040da23a32e317b3047c1f387 (patch)
treeb410ab95d950a783f701ef3d79dcbab4300327b6 /indra/newview/llpanelface.cpp
parent045634f89eb8368697ec3acb01ff77ad85ce906c (diff)
NORSPEC-87 fix regression from NSPEC 233 fix typo which is breaking norm repeats display
Diffstat (limited to 'indra/newview/llpanelface.cpp')
-rwxr-xr-xindra/newview/llpanelface.cpp2
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");