diff options
author | thickbrick | 2011-01-24 23:15:49 +0200 |
---|---|---|
committer | thickbrick | 2011-01-24 23:15:49 +0200 |
commit | 2de3325acadcb3a67978ae27ad69981c8c47aa29 (patch) | |
tree | 1b701d61a5e60505481f2938e4a8691f599fc098 /linden/indra/newview | |
parent | Additional Fix #772 and other sculpt problems (diff) | |
download | meta-impy-2de3325acadcb3a67978ae27ad69981c8c47aa29.zip meta-impy-2de3325acadcb3a67978ae27ad69981c8c47aa29.tar.gz meta-impy-2de3325acadcb3a67978ae27ad69981c8c47aa29.tar.bz2 meta-impy-2de3325acadcb3a67978ae27ad69981c8c47aa29.tar.xz |
Fix a brain fart in 981e88b925
Diffstat (limited to 'linden/indra/newview')
-rw-r--r-- | linden/indra/newview/llvovolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvovolume.cpp b/linden/indra/newview/llvovolume.cpp index e4a0d0c..204d641 100644 --- a/linden/indra/newview/llvovolume.cpp +++ b/linden/indra/newview/llvovolume.cpp | |||
@@ -706,7 +706,7 @@ void LLVOVolume::updateSculptTexture() | |||
706 | LLUUID id = sculpt_params->getSculptTexture(); | 706 | LLUUID id = sculpt_params->getSculptTexture(); |
707 | if (id.notNull()) | 707 | if (id.notNull()) |
708 | { | 708 | { |
709 | mSculptTexture = gImageList::getImage(id); | 709 | mSculptTexture = gImageList.getImage(id); |
710 | } | 710 | } |
711 | } | 711 | } |
712 | else | 712 | else |