Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/decimation')
-rw-r--r--intern/decimation/intern/LOD_MeshPrimitives.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/decimation/intern/LOD_MeshPrimitives.cpp b/intern/decimation/intern/LOD_MeshPrimitives.cpp
index a8328a9adbe..42707252a45 100644
--- a/intern/decimation/intern/LOD_MeshPrimitives.cpp
+++ b/intern/decimation/intern/LOD_MeshPrimitives.cpp
@@ -199,8 +199,6 @@ SwapFace(
if (old_f == m_faces[1]) {
m_faces[1] = new_f;
} else {
- MT_assert(false);
-
LOD_MeshException e(LOD_MeshException::e_search_error);
throw(e);
}