diff options
author | mobserveur <mobserveur@gmail.com> | 2025-07-03 14:33:59 +0200 |
---|---|---|
committer | mobserveur <mobserveur@gmail.com> | 2025-07-03 14:33:59 +0200 |
commit | 2283c5c35103dd99b35ca43a09bf8e11e6cd7957 (patch) | |
tree | fce52b32ed40d26aac5cd62be42b1bec86c28243 /indra/newview/llvoavatar.cpp | |
parent | d2936affe3cf357e1402eca1d9a871a432893266 (diff) |
New Avatar Cloud design
This commit changes the look of the avatar cloud
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index a6d50af025..7ea70a781b 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -1191,7 +1191,7 @@ void LLVOAvatar::initClass() LLControlAvatar::sRegionChangedSlot = gAgent.addRegionChangedCallback(&LLControlAvatar::onRegionChanged); - sCloudTexture = LLViewerTextureManager::getFetchedTextureFromFile("cloud-particle.j2c"); + sCloudTexture = LLViewerTextureManager::getFetchedTextureFromFile("cloud-particle.png"); } |