diff options
Diffstat (limited to 'indra/newview/llhudobject.h')
-rw-r--r-- | indra/newview/llhudobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llhudobject.h b/indra/newview/llhudobject.h index 9bd14796d5..3b5589c05b 100644 --- a/indra/newview/llhudobject.h +++ b/indra/newview/llhudobject.h @@ -68,7 +68,8 @@ public: LL_HUD_EFFECT_SPIRAL, LL_HUD_EFFECT_EDIT, LL_HUD_EFFECT_LOOKAT, - LL_HUD_EFFECT_POINTAT + LL_HUD_EFFECT_POINTAT, + LL_HUD_EFFECT_VOICE_VISUALIZER // Ventrella }; protected: static void sortObjects(); |