From 651a2559318a5e8f3546286a207a5766e33feebe Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 2 May 2018 14:25:32 +0200 Subject: Depsgraph: Cleanup, naming conventions --- source/blender/depsgraph/DEG_depsgraph_debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/depsgraph/DEG_depsgraph_debug.h') diff --git a/source/blender/depsgraph/DEG_depsgraph_debug.h b/source/blender/depsgraph/DEG_depsgraph_debug.h index 2f4cfc86955..326d2f87ed8 100644 --- a/source/blender/depsgraph/DEG_depsgraph_debug.h +++ b/source/blender/depsgraph/DEG_depsgraph_debug.h @@ -47,8 +47,8 @@ struct ViewLayer; /* NOTE: Those flags are same bitmask as G.debug_flags */ -void DEG_set_debug_flags(struct Depsgraph *depsgraph, int flags); -int DEG_get_debug_flags(const struct Depsgraph *depsgraph); +void DEG_debug_flags_set(struct Depsgraph *depsgraph, int flags); +int DEG_debug_flags_get(const struct Depsgraph *depsgraph); /* ------------------------------------------------ */ -- cgit v1.2.3