summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelface.h
diff options
context:
space:
mode:
authorGraham Madarasz <graham@lindenlab.com>2013-05-20 16:24:58 -0700
committerGraham Madarasz <graham@lindenlab.com>2013-05-20 16:24:58 -0700
commita1a8048d3e1494d50f23bc1b6c66a238128fe82b (patch)
tree9acf63b9a4e9abd3f7b0e05483150b8db6955c9f /indra/newview/llpanelface.h
parent5acb0b3a32ebac89a4c6347ee88278f580fdd458 (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-xindra/newview/llpanelface.h4
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();