diff --git a/indra/llrender/llshadermgr.h b/indra/llrender/llshadermgr.h
index cffdfe842a..23485a2fe8 100644
--- a/indra/llrender/llshadermgr.h
+++ b/indra/llrender/llshadermgr.h
@@ -177,22 +177,14 @@ public:
TEXTURE_GAMMA, // "texture_gamma"
SPECULAR_COLOR, // "specular_color"
ENVIRONMENT_INTENSITY, // "env_intensity"
-
-// Import Vignette from Exodus
- EXO_RENDER_VIGNETTE,
- EXO_RENDER_SCREEN,
-// Import Vignette from Exodus
AVATAR_MATRIX, // "matrixPalette"
AVATAR_TRANSLATION, // "translationPalette"
-// [RLVa:KB] - @setsphere
- RLV_EFFECT_MODE,
- RLV_EFFECT_PARAM1,
- RLV_EFFECT_PARAM2,
- RLV_EFFECT_PARAM3,
- RLV_EFFECT_PARAM4,
- RLV_EFFECT_PARAM5,
-// [/RLVa:KB]
+
+ // Import Vignette from Exodus
+ EXO_RENDER_VIGNETTE, // "exo_vignette"
+ EXO_RENDER_SCREEN, // "exo_screen"
+ // Import Vignette from Exodus
WATER_SCREENTEX, // "screenTex"
WATER_SCREENDEPTH, // "screenDepth"
@@ -220,6 +212,15 @@ public:
WL_CAMPOSLOCAL, // "camPosLocal"
+ // [RLVa:KB] - @setsphere
+ RLV_EFFECT_MODE, // "rlvEffectMode"
+ RLV_EFFECT_PARAM1, // "rlvEffectParam1"
+ RLV_EFFECT_PARAM2, // "rlvEffectParam2"
+ RLV_EFFECT_PARAM3, // "rlvEffectParam3"
+ RLV_EFFECT_PARAM4, // "rlvEffectParam4"
+ RLV_EFFECT_PARAM5, // "rlvEffectParam5"
+ // [/RLVa:KB]
+
AVATAR_WIND, // "gWindDir"
AVATAR_SINWAVE, // "gSinWaveParams"
AVATAR_GRAVITY, // "gGravity"