diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-07-27 20:14:39 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-07-27 20:14:39 +0300 |
commit | d64b1bded9a0ff05d90f00d72b031a8c04715af7 (patch) | |
tree | 511bbd42d5cd60288be7ccf5d3c71058bbc5a188 | |
parent | 61d2717cfc58ade1f0a4647698603c146ee9e012 (diff) |
DRTVWR-542 Already optimized
-rw-r--r-- | indra/newview/llmodelpreview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llmodelpreview.cpp b/indra/newview/llmodelpreview.cpp index f005eb0436..3704cc2ea5 100644 --- a/indra/newview/llmodelpreview.cpp +++ b/indra/newview/llmodelpreview.cpp @@ -2025,8 +2025,6 @@ void LLModelPreview::genMeshOptimizerLODs(S32 which_lod, S32 meshopt_mode, U32 d U32 tex_size = (buf_positions_copied * sizeof(LLVector2) + 0xF)&~0xF; LLVector4a::memcpyNonAliased16((F32*)new_face.mTexCoords, (F32*)buffer_tex_coords, tex_size); - - new_face.optimize(); } indices_idx_shift += face.mNumVertices; |