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 'source/blender/modifiers/intern/MOD_subsurf.c')
-rw-r--r--source/blender/modifiers/intern/MOD_subsurf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c
index a23026c61da..e444fb85162 100644
--- a/source/blender/modifiers/intern/MOD_subsurf.c
+++ b/source/blender/modifiers/intern/MOD_subsurf.c
@@ -157,6 +157,10 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
result = cddm;
}
+#if defined(WITH_GL_PROFILE_CORE) && !defined(WITH_OPESUBDIV)
+ (void) do_cddm_convert;
+#endif
+
return result;
}