diff options
author | Dave Parks <davep@lindenlab.com> | 2011-02-01 02:33:14 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-02-01 02:33:14 -0600 |
commit | 1a51db5b53b3783b002bfa870fa45244df8fafdc (patch) | |
tree | 0b052aefcaa4d503d1b94e694e8f63bf63dfec50 /indra/newview/llmeshrepository.h | |
parent | f0be01bda92553a3e9e671c26c2905b47cacb0b5 (diff) |
SH-641 Cosmetic fix -- keep showing last rendered mesh LoD if requested LoD is unavailable.
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 eccb82b661..b642a89192 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -456,7 +456,7 @@ public: S32 update() ; //mesh management functions - S32 loadMesh(LLVOVolume* volume, const LLVolumeParams& mesh_params, S32 detail = 0); + S32 loadMesh(LLVOVolume* volume, const LLVolumeParams& mesh_params, S32 detail = 0, S32 last_lod = -1); void notifyLoadedMeshes(); void notifyMeshLoaded(const LLVolumeParams& mesh_params, LLVolume* volume); |