[Bf-blender-cvs] [629d44e0492] master: Fix type in comment

Sergey Sharybin noreply at git.blender.org
Mon Mar 12 17:04:10 CET 2018


Commit: 629d44e0492ac63fda9533d1fba349813a0e49f2
Author: Sergey Sharybin
Date:   Mon Mar 12 17:03:54 2018 +0100
Branches: master
https://developer.blender.org/rB629d44e0492ac63fda9533d1fba349813a0e49f2

Fix type in comment

===================================================================

M	source/blender/blenkernel/BKE_global.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_global.h b/source/blender/blenkernel/BKE_global.h
index 04b80cd34d4..fc614d0272a 100644
--- a/source/blender/blenkernel/BKE_global.h
+++ b/source/blender/blenkernel/BKE_global.h
@@ -125,7 +125,7 @@ enum {
 	G_DEBUG_DEPSGRAPH_BUILD      = (1 << 8),   /* depsgraph construction messages */
 	G_DEBUG_DEPSGRAPH_EVAL       = (1 << 9),   /* depsgraph evaluation messages */
 	G_DEBUG_DEPSGRAPH_TAG        = (1 << 10),  /* depsgraph tagging messages */
-	G_DEBUG_DEPSGRAPH_TIME       = (1 << 11),  /* single threaded depsgraph */
+	G_DEBUG_DEPSGRAPH_TIME       = (1 << 11),  /* depsgraph timing statistics and messages */
 	G_DEBUG_DEPSGRAPH_NO_THREADS = (1 << 12),  /* single threaded depsgraph */
 	G_DEBUG_DEPSGRAPH = (G_DEBUG_DEPSGRAPH_BUILD |
 	                     G_DEBUG_DEPSGRAPH_EVAL |



More information about the Bf-blender-cvs mailing list