diff options
author | Graham Madarasz <graham@lindenlab.com> | 2013-05-11 19:58:56 -0700 |
---|---|---|
committer | Graham Madarasz <graham@lindenlab.com> | 2013-05-11 19:58:56 -0700 |
commit | f356d7eb9fd730f5f6f5a29fb0706e20876ad3bd (patch) | |
tree | 59b643b708e20ec3d56eaa3a0639f1346f80af10 /indra/newview/llpanelface.h | |
parent | a0998157746d0429d5b8e75fea973c433dcfd3c4 (diff) |
Fix many issues with selection misapplication and rendering not matching applied materials
Diffstat (limited to 'indra/newview/llpanelface.h')
-rwxr-xr-x | indra/newview/llpanelface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h index 7fbeef223b..401dbd1e94 100755 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -87,7 +87,7 @@ protected: void onCommitAlpha(const LLSD& data); void onCancelColor(const LLSD& data); void onSelectColor(const LLSD& data); - void onMaterialLoaded(const LLMaterialID& material_id, const LLMaterialPtr material); + void updateMaterial(); static void onCommitTextureInfo( LLUICtrl* ctrl, void* userdata); |