aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/meta7windlight.h
diff options
context:
space:
mode:
authorTom Grimshaw2010-05-26 16:25:27 +0100
committerJacek Antonelli2010-06-19 02:43:25 -0500
commit453a613b6431060d7086290b54fde4ab14bc7b4a (patch)
treed32aca4a2ee9a87c5b6f0cf8884f03bd415f3e66 /linden/indra/newview/meta7windlight.h
parentAdded missing 'isOwnedSelf' option to logcontrol.xml (diff)
downloadmeta-impy-453a613b6431060d7086290b54fde4ab14bc7b4a.zip
meta-impy-453a613b6431060d7086290b54fde4ab14bc7b4a.tar.gz
meta-impy-453a613b6431060d7086290b54fde4ab14bc7b4a.tar.bz2
meta-impy-453a613b6431060d7086290b54fde4ab14bc7b4a.tar.xz
LightShare: Add proper decoding of the water normal map UUID
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/meta7windlight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/meta7windlight.h b/linden/indra/newview/meta7windlight.h
index 9bbdf69..9927558 100644
--- a/linden/indra/newview/meta7windlight.h
+++ b/linden/indra/newview/meta7windlight.h
@@ -65,7 +65,7 @@ struct Meta7WindlightPacket {
65 F32 blurMultiplier; 65 F32 blurMultiplier;
66 M7Vector2 littleWaveDirection; 66 M7Vector2 littleWaveDirection;
67 M7Vector2 bigWaveDirection; 67 M7Vector2 bigWaveDirection;
68 LLUUID normalMapTexture; 68 unsigned char normalMapTexture[16];
69 M7Color4 horizon; 69 M7Color4 horizon;
70 F32 hazeHorizon; 70 F32 hazeHorizon;
71 M7Color4 blueDensity; 71 M7Color4 blueDensity;