diff options
author | Oz Linden <oz@lindenlab.com> | 2013-05-22 11:43:32 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-05-22 11:43:32 -0400 |
commit | 2b517892ad571d935645f46eee5b0c1182d9c5c9 (patch) | |
tree | edbf93d7c3105927ece4ac9f179a71e8e307aff3 /indra/newview/llpanelface.h | |
parent | 5758b9e304c182db93aa642358140d9464331208 (diff) | |
parent | d4f2a2df5308ba1527e6f000582f75b73e5ea597 (diff) |
merge latest project repo
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(); |