From 2de3325acadcb3a67978ae27ad69981c8c47aa29 Mon Sep 17 00:00:00 2001 From: thickbrick Date: Mon, 24 Jan 2011 23:15:49 +0200 Subject: Fix a brain fart in 981e88b925 --- linden/indra/newview/llvovolume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() LLUUID id = sculpt_params->getSculptTexture(); if (id.notNull()) { - mSculptTexture = gImageList::getImage(id); + mSculptTexture = gImageList.getImage(id); } } else -- cgit v1.1