diff options
author | Graham Madarasz <graham@lindenlab.com> | 2013-05-20 16:24:58 -0700 |
---|---|---|
committer | Graham Madarasz <graham@lindenlab.com> | 2013-05-20 16:24:58 -0700 |
commit | a1a8048d3e1494d50f23bc1b6c66a238128fe82b (patch) | |
tree | 9acf63b9a4e9abd3f7b0e05483150b8db6955c9f /indra/newview/llpanelface.h | |
parent | 5acb0b3a32ebac89a4c6347ee88278f580fdd458 (diff) |
NORSPEC-188 avoid removing 'Use Texture' item when cancelling from picker back to having prev texture
Diffstat (limited to 'indra/newview/llpanelface.h')
-rwxr-xr-x | indra/newview/llpanelface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h index 88f32e45f8..f64564c9a0 100755 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -63,9 +63,9 @@ protected: void sendTextureInfo(); // applies and sends texture scale, offset, etc. void sendColor(); // applies and sends color void sendAlpha(); // applies and sends transparency - void sendBump(); // applies and sends bump map + void sendBump(U32 bumpiness); // applies and sends bump map void sendTexGen(); // applies and sends bump map - void sendShiny(); // applies and sends shininess + void sendShiny(U32 shininess); // applies and sends shininess void sendFullbright(); // applies and sends full bright void sendGlow(); void sendMedia(); |