aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-04-19 18:19:48 -0700
committerMcCabe Maxsted2011-04-19 18:19:48 -0700
commit0f4c3be9fc1924985d02e5424045aef379bf1dfa (patch)
tree47b9a0dc28cd9ac94062bd91b4d4025474bba173
parentfix some flaws in the cloud particle prefs (diff)
downloadmeta-impy-0f4c3be9fc1924985d02e5424045aef379bf1dfa.zip
meta-impy-0f4c3be9fc1924985d02e5424045aef379bf1dfa.tar.gz
meta-impy-0f4c3be9fc1924985d02e5424045aef379bf1dfa.tar.bz2
meta-impy-0f4c3be9fc1924985d02e5424045aef379bf1dfa.tar.xz
Fixed a compile error (and what I assume to be a source error) in 9cb3d883
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvoavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp
index 8ddc936..719aa6e 100644
--- a/linden/indra/newview/llvoavatar.cpp
+++ b/linden/indra/newview/llvoavatar.cpp
@@ -1526,7 +1526,7 @@ void LLVOAvatar::loadCloud(const std::string& filename, LLPartSysData& particle
1526 { 1526 {
1527 LLViewerImage* cloud_image = 1527 LLViewerImage* cloud_image =
1528 gImageList.getImageFromFile("cloud-particle.j2c", MIPMAP_YES, IMMEDIATE_YES, 0, 0, default_id); 1528 gImageList.getImageFromFile("cloud-particle.j2c", MIPMAP_YES, IMMEDIATE_YES, 0, 0, default_id);
1529 particles.mPartImageID = default_id; 1529 particles.mPartImageID = cloud_image->getID();
1530 } 1530 }
1531} 1531}
1532 1532