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:
authorDalai Felinto <dalai@blender.org>2022-05-30 17:10:22 +0300
committerDalai Felinto <dalai@blender.org>2022-05-30 17:10:22 +0300
commita9a4bcc3d14af907dd8001735789717cb8721422 (patch)
tree84791a3d1482550d9a58b6557c66d7bfda91397e
parent70171cdfdfd80329f31844bf2b31cfc4dc1376ca (diff)
Fix building: stub for OpenSubdiv
Building problem introduced on 24e74f8bef813820. It affects `make lite` and other builds that skip OpenSubdiv.
-rw-r--r--intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc b/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc
index 78c1d23d2cc..bc39326b57d 100644
--- a/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc
+++ b/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc
@@ -23,8 +23,7 @@
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;
}