diff options
author | Runitai Linden <davep@lindenlab.com> | 2021-10-14 13:02:40 -0500 |
---|---|---|
committer | Runitai Linden <davep@lindenlab.com> | 2021-10-14 13:02:40 -0500 |
commit | e7227afe0249806ceb1c8eef2dd6ca909eb394d3 (patch) | |
tree | 73f963dced3b069339f4d02f80a8559e1d6b270b /indra/newview/llmeshrepository.h | |
parent | aa2169aa372492b3a5367997536fb6dfa89b74cf (diff) |
SL-16166 Apply optimizations from pushBatch to other render call sites. Optimize out a map lookup in rigged face rendering.
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r-- | indra/newview/llmeshrepository.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index c1698194cb..c0e894fda4 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -586,7 +586,7 @@ public: S32 getActualMeshLOD(const LLVolumeParams& mesh_params, S32 lod); static S32 getActualMeshLOD(LLSD& header, S32 lod); - const LLMeshSkinInfo* getSkinInfo(const LLUUID& mesh_id, const LLVOVolume* requesting_obj); + const LLMeshSkinInfo* getSkinInfo(const LLUUID& mesh_id, const LLVOVolume* requesting_obj = nullptr); LLModel::Decomposition* getDecomposition(const LLUUID& mesh_id); void fetchPhysicsShape(const LLUUID& mesh_id); bool hasPhysicsShape(const LLUUID& mesh_id); |