diff options
| author | James Cook <james@lindenlab.com> | 2009-11-09 10:05:06 -0800 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-11-09 10:05:06 -0800 | 
| commit | 1d7abc99f007a1c37bb806a4bbda7c87153b0714 (patch) | |
| tree | 4c69b33ac355f4123e27e651e7e69d5ea6054675 /indra/newview | |
| parent | f3bbcfb9d41b41f8c4b144ae9a1173fc7719b88c (diff) | |
Fixed crash on hovering over debug rendering menu due to texture atlas.
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/menu_viewer.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index 633c258ecc..215a25ffda 100644 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -2540,10 +2540,10 @@               name="Texture Atlas">                <menu_item_check.on_check                 function="CheckControl" -               parameter="TextureAtlas" /> +               parameter="EnableTextureAtlas" />                <menu_item_check.on_click                 function="ToggleControl" -               parameter="TextureAtlas" /> +               parameter="EnableTextureAtlas" />              </menu_item_check>                <menu_item_check               label="Render Attached Lights" | 
