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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-08-05 15:15:46 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-08-05 15:15:46 +0300
commit0ea45676d026b2d8c43809f2dc5394c73298ee3f (patch)
treeec143188a5afb00a49726036347f28e6ecea8523 /source/blender/blenkernel/intern/CCGSubSurf.h
parenta474409f0bf04fb2b87d7a914ea3f18d97623cdc (diff)
OpenSubdiv: Fix crash happening when disabling Use OpenSubdiv option
The issue was caused by the changes from this morning.
Diffstat (limited to 'source/blender/blenkernel/intern/CCGSubSurf.h')
-rw-r--r--source/blender/blenkernel/intern/CCGSubSurf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/CCGSubSurf.h b/source/blender/blenkernel/intern/CCGSubSurf.h
index 23f7e71a311..1649cec1e3d 100644
--- a/source/blender/blenkernel/intern/CCGSubSurf.h
+++ b/source/blender/blenkernel/intern/CCGSubSurf.h
@@ -234,6 +234,8 @@ void ccgSubSurf_evaluatorFVarUV(CCGSubSurf *ss,
float grid_u, float grid_v,
float uv[2]);
+void ccgSubSurf_free_osd_mesh(CCGSubSurf *ss);
+
#endif
#endif /* __CCGSUBSURF_H__ */