Skip to content

Commit b849e00

Browse files
#4349 fix repeats cannot be adjusted for specular when a normal map is not applied
1 parent b046a8b commit b849e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/llpanelface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ LLRender::eTexIndex LLPanelFace::getMatTextureChannel()
276276
return LLRender::NORMAL_MAP;
277277
break;
278278
case MATTYPE_SPECULAR: // "Shininess (specular)"
279-
if (getCurrentNormalMap().notNull())
279+
if (getCurrentSpecularMap().notNull())
280280
return LLRender::SPECULAR_MAP;
281281
break;
282282
}

0 commit comments

Comments
 (0)