diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-08-01 18:00:54 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-08-01 18:00:54 +0300 |
commit | 9b07078b470d40c4b6454d21da2909c35517b248 (patch) | |
tree | 0736cb49eb8f7ed20febbf3a1098ef94b552b8c6 /indra/newview/llmeshrepository.h | |
parent | 13f19b1634a4d20c6daed965d52ea412ca4b0455 (diff) |
MAINT-6460 Crash calculating mesh complexity
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r-- | indra/newview/llmeshrepository.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index d35c44397b..a762042597 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -475,6 +475,7 @@ public: static LLDeadmanTimer sQuiescentTimer; // Time-to-complete-mesh-downloads after significant events + F32 getStreamingCost(LLUUID mesh_id, F32 radius, S32* bytes = NULL, S32* visible_bytes = NULL, S32 detail = -1, F32 *unscaled_value = NULL); static F32 getStreamingCost(LLSD& header, F32 radius, S32* bytes = NULL, S32* visible_bytes = NULL, S32 detail = -1, F32 *unscaled_value = NULL); LLMeshRepository(); |