Skip to content
Snippets Groups Projects
Commit 5e89e265 authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

SL-16980 FIXED Uploading model preview disappeared after changing the Triangle limit

parent b4a5bf0e
Branches
Tags
1 merge request!83Merge Linden 6.6.7
...@@ -3529,6 +3529,7 @@ void LLModelPreview::onLODParamCommit(S32 lod, bool enforce_tri_limit) ...@@ -3529,6 +3529,7 @@ void LLModelPreview::onLODParamCommit(S32 lod, bool enforce_tri_limit)
{ {
genLODs(lod, 3, enforce_tri_limit); genLODs(lod, 3, enforce_tri_limit);
refresh(); refresh();
mDirty = true;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment