Fix busted WIP check-in

master
Graham Madarasz 2013-06-07 13:10:36 -07:00
parent c60eac25e5
commit b15cdc828e
1 changed files with 2 additions and 2 deletions

View File

@ -1513,8 +1513,8 @@ void LLPanelFace::onSelectColor(const LLSD& data)
void LLPanelFace::onCommitMaterialsMedia(LLUICtrl* ctrl, void* userdata)
{
LLPanelFace* self = (LLPanelFace*) userdata;
LLUUID specmap = getCurrentSpecularMap();
LLUUID normmap = getCurrentNormalMap();
LLUUID specmap = self->getCurrentSpecularMap();
LLUUID normmap = self->getCurrentNormalMap();
self->updateShinyControls(!specmap.isNull(), true);
self->updateBumpyControls(!normmap.isNull(), true);
self->updateUI();