diff options
Diffstat (limited to 'linden/indra/newview/llvovolume.cpp')
-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 |