diff options
author | Thickbrick Sleaford <thickbrick.sleaford@gmail.com> | 2010-08-21 01:41:27 +0300 |
---|---|---|
committer | Thickbrick Sleaford <thickbrick.sleaford@gmail.com> | 2010-08-21 01:41:27 +0300 |
commit | b2b670d787eaa1789b87a62178c970dfb20c02d2 (patch) | |
tree | 1d3096a2f99b1112b668908c8989462865613605 /indra/newview/llpanelface.h | |
parent | 89cb5aa99eaa7a662cd361746a80ecbb0c5ec7ca (diff) |
VWR-20752 (SNOW-586) Align planar-mapped textures across different faces.
Port of svn changset 3458 from Snowglobe, with minor tweaks.
Diffstat (limited to 'indra/newview/llpanelface.h')
-rw-r--r-- | indra/newview/llpanelface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h index 94c354cf02..42be9b257f 100644 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -85,6 +85,7 @@ protected: static void onCommitShiny( LLUICtrl* ctrl, void* userdata); static void onCommitFullbright( LLUICtrl* ctrl, void* userdata); static void onCommitGlow( LLUICtrl* ctrl, void *userdata); + static void onCommitPlanarAlign( LLUICtrl* ctrl, void* userdata); static void onClickApply(void*); static void onClickAutoFix(void*); |