summaryrefslogtreecommitdiff
path: root/indra/llmeshoptimizer
diff options
context:
space:
mode:
authorRye Mutt <rye@alchemyviewer.org>2024-07-09 20:51:38 -0400
committerGitHub <noreply@github.com>2024-07-09 19:51:38 -0500
commitf8b1d8095eb87a927750c3ceeff4cc7d4138a077 (patch)
tree57c4ce6674c754f32372950f907fa5022913385b /indra/llmeshoptimizer
parente101d1aa28a51570e6d76dc12df810b1daa71e7e (diff)
Update meshoptimizer package to 0.21 (#1948)
Diffstat (limited to 'indra/llmeshoptimizer')
-rw-r--r--indra/llmeshoptimizer/llmeshoptimizer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmeshoptimizer/llmeshoptimizer.cpp b/indra/llmeshoptimizer/llmeshoptimizer.cpp
index 52ed9b9526..7339454367 100644
--- a/indra/llmeshoptimizer/llmeshoptimizer.cpp
+++ b/indra/llmeshoptimizer/llmeshoptimizer.cpp
@@ -291,6 +291,7 @@ U64 LLMeshOptimizer::simplifyU32(U32 *destination,
vertex_positions_stride,
target_index_count,
target_error,
+ 0,
result_error
);
}
@@ -332,6 +333,7 @@ U64 LLMeshOptimizer::simplify(U16 *destination,
vertex_positions_stride,
target_index_count,
target_error,
+ 0,
result_error
);
}