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:44:22 +0300
committerDalai Felinto <dalai@blender.org>2022-05-30 17:44:22 +0300
commitc1277c5d25028ab2a09afc174ae4518d5f8e2b9e (patch)
tree75072f19fce386ecc06f0c4768276fd8bd7d2793 /intern/opensubdiv
parentcd6551d4eb0cb3981657ad80f8b0fc477898e5a4 (diff)
parent68562905147fff5fc3bc4288f3b3c8cfe4e40dc0 (diff)
Merge remote-tracking branch 'origin/blender-v3.2-release'
Diffstat (limited to 'intern/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 13a37dac615..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*/
-)
+ OpenSubdiv_EvaluatorCache * /*evaluator_cache*/)
{
return NULL;
}