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>2018-09-26 11:21:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-09-26 11:21:34 +0300
commit3a15834d6343b4c8ab04b301cc216929a51b6092 (patch)
tree7eb98776ce00b443899a9be9231ad31cd99c3289 /intern/opensubdiv/stub
parentd599368cd4cfc373cacb671d2c9fca06cef356da (diff)
OpenSubdiv: Cleanup
Diffstat (limited to 'intern/opensubdiv/stub')
-rw-r--r--intern/opensubdiv/stub/opensubdiv_topology_refiner_stub.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/stub/opensubdiv_topology_refiner_stub.cc b/intern/opensubdiv/stub/opensubdiv_topology_refiner_stub.cc
index de98b0b5eee..01d58837b2b 100644
--- a/intern/opensubdiv/stub/opensubdiv_topology_refiner_stub.cc
+++ b/intern/opensubdiv/stub/opensubdiv_topology_refiner_stub.cc
@@ -23,7 +23,7 @@
OpenSubdiv_TopologyRefiner* openSubdiv_createTopologyRefinerFromConverter(
OpenSubdiv_Converter* /*converter*/,
const OpenSubdiv_TopologyRefinerSettings* /*settings*/) {
- return NULL;
+ return NULL;
}
void openSubdiv_deleteTopologyRefiner(