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>2017-12-21 13:13:22 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-21 13:14:39 +0300
commitf906f5cc58559bc3e4d5593921fd2121f3c04d6b (patch)
tree00bd231b0cc1ad381d26045d14743c45929c934a /source/blender/depsgraph/DEG_depsgraph_debug.h
parent0ed3a72012ab311dc0c267b3b389d9938ae2d95c (diff)
Depsgraph: Remove eval priority from debugger
This needs to be redone anyway, to correspond to possibly new priorities calculated for evaluaiton.
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_debug.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_debug.h b/source/blender/depsgraph/DEG_depsgraph_debug.h
index 63ebe21d073..7d96b9ed602 100644
--- a/source/blender/depsgraph/DEG_depsgraph_debug.h
+++ b/source/blender/depsgraph/DEG_depsgraph_debug.h
@@ -51,7 +51,7 @@ void DEG_stats_simple(const struct Depsgraph *graph,
/* ************************************************ */
/* Diagram-Based Graph Debugging */
-void DEG_debug_graphviz(const struct Depsgraph *graph, FILE *stream, const char *label, bool show_eval);
+void DEG_debug_graphviz(const struct Depsgraph *graph, FILE *stream, const char *label);
/* ************************************************ */