Skip to content
Snippets Groups Projects
Commit bc2a6adb authored by Graham Madarasz's avatar Graham Madarasz
Browse files

NORSPEC-87 fix diffuse repeats display as well

parent 8ff9786c
Branches
Tags
No related merge requests found
...@@ -1176,7 +1176,7 @@ void LLPanelFace::updateUI() ...@@ -1176,7 +1176,7 @@ void LLPanelFace::updateUI()
bool identical_norm_repeats = false; bool identical_norm_repeats = false;
bool identical_spec_repeats = false; bool identical_spec_repeats = false;
LLSelectedTE::getMaxDiffuseRepeats(repeats_spec, identical_spec_repeats); LLSelectedTE::getMaxDiffuseRepeats(repeats_diff, identical_diff_repeats);
LLSelectedTEMaterial::getMaxNormalRepeats(repeats_norm, identical_norm_repeats); LLSelectedTEMaterial::getMaxNormalRepeats(repeats_norm, identical_norm_repeats);
LLSelectedTEMaterial::getMaxSpecularRepeats(repeats_spec, identical_spec_repeats); LLSelectedTEMaterial::getMaxSpecularRepeats(repeats_spec, identical_spec_repeats);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment