summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llmeshoptimizer/llmeshoptimizer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmeshoptimizer/llmeshoptimizer.cpp b/indra/llmeshoptimizer/llmeshoptimizer.cpp
index ce2b9f99b1..f1c6506c5d 100644
--- a/indra/llmeshoptimizer/llmeshoptimizer.cpp
+++ b/indra/llmeshoptimizer/llmeshoptimizer.cpp
@@ -291,7 +291,7 @@ U64 LLMeshOptimizer::simplifyU32(U32 *destination,
vertex_positions_stride,
target_index_count,
target_error,
-#ifdef LL_USESYSTEMLIBS
+#if MESHOPTIMIZER_VERSION >= 180
0,
#endif
result_error
@@ -335,7 +335,7 @@ U64 LLMeshOptimizer::simplify(U16 *destination,
vertex_positions_stride,
target_index_count,
target_error,
-#ifdef LL_USESYSTEMLIBS
+#if MESHOPTIMIZER_VERSION >= 180
0,
#endif
result_error