Skip to content
Snippets Groups Projects
Commit 3dcdc4c8 authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-17545 fix double-scheduling of calculations

parent 429274c4
No related branches found
No related tags found
1 merge request!83Merge Linden 6.6.7
...@@ -839,7 +839,7 @@ void LLModelPreview::clearIncompatible(S32 lod) ...@@ -839,7 +839,7 @@ void LLModelPreview::clearIncompatible(S32 lod)
} }
} }
if (replaced_base_model) if (replaced_base_model && !mGenLOD)
{ {
// In case base was replaced, we might need to restart generation // In case base was replaced, we might need to restart generation
bool subscribe_for_generation = mLodsQuery.empty(); bool subscribe_for_generation = mLodsQuery.empty();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment