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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-05-30 15:27:41 +0300
committerCampbell Barton <campbell@blender.org>2022-05-30 15:29:16 +0300
commitec8365b9ed6fd6dbf33a8c12c0f80a99580066b0 (patch)
tree1b9f7949af03112a4cb4d5f42633dd50d01f3270 /intern
parent7f877ee042748f4df7a92a3e84218ea7854b9275 (diff)
Fix building without opensubdiv
Diffstat (limited to 'intern')
-rw-r--r--intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc b/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc
index 78c1d23d2cc..13a37dac615 100644
--- a/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc
+++ b/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc
@@ -23,8 +23,8 @@
OpenSubdiv_Evaluator *openSubdiv_createEvaluatorFromTopologyRefiner(
struct OpenSubdiv_TopologyRefiner * /*topology_refiner*/,
eOpenSubdivEvaluator /*evaluator_type*/,
- OpenSubdiv_EvaluatorCache * /*evaluator_cache*/,
- const OpenSubdiv_EvaluatorSettings * /*settings*/)
+ OpenSubdiv_EvaluatorCache * /*evaluator_cache*/
+)
{
return NULL;
}