diff options
| author | fowlerdm <fowlerdm@gmail.com> | 2024-06-19 18:18:42 -0600 | 
|---|---|---|
| committer | fowlerdm <fowlerdm@gmail.com> | 2024-06-19 18:30:28 -0600 | 
| commit | 0ecccc78bbf12fb2ce51d32ab2c7b50be04ed02f (patch) | |
| tree | ec4d0590dd7d793ef77b12744160e4fe446bbf0a | |
| parent | ab8d97fccc285913afd2dfb05cc5c09bde291b79 (diff) | |
Show fmod logo on login
Revert 82391adeb81656b6b23559c52bf4a3db2c932673, hide vivox
| -rw-r--r-- | indra/newview/llprogressview.cpp | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp index 2891f21b6a..4d08d19c70 100644 --- a/indra/newview/llprogressview.cpp +++ b/indra/newview/llprogressview.cpp @@ -429,6 +429,7 @@ void LLProgressView::initLogos()      texture_start_x += icon_width + default_pad;  #endif //LL_HAVOK +/*      // 108x41      icon_width = 74;      icon_height = default_height; @@ -438,6 +439,7 @@ void LLProgressView::initLogos()          default_clip,          default_clip);  } +*/  void LLProgressView::initStartTexture(S32 location_id, bool is_in_production)  { @@ -517,7 +519,7 @@ void LLProgressView::initStartTexture(S32 location_id, bool is_in_production)  void LLProgressView::initTextures(S32 location_id, bool is_in_production)  {      initStartTexture(location_id, is_in_production); -    //initLogos(); +    initLogos();      childSetVisible("panel_icons", mLogosList.empty() ? FALSE : TRUE);      childSetVisible("panel_top_spacer", mLogosList.empty() ? TRUE : FALSE); | 
