Speed up object param lookups.
This commit is contained in:
@@ -139,7 +139,7 @@ namespace DAEExportUtil
|
||||
LLViewerObject* obj = node->getObject();
|
||||
if (obj->isSculpted() && !obj->isMesh())
|
||||
{
|
||||
LLSculptParams *sculpt_params = (LLSculptParams *)obj->getParameterEntry(LLNetworkData::PARAMS_SCULPT);
|
||||
const LLSculptParams *sculpt_params = obj->getSculptParams();
|
||||
LLUUID sculpt_id = sculpt_params->getSculptTexture();
|
||||
return canExportTexture(sculpt_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user