[Bf-blender-cvs] [1645cde1f7f] temp-wm-event-api: Correct comment

Campbell Barton noreply at git.blender.org
Wed Jan 30 23:37:51 CET 2019


Commit: 1645cde1f7fa0f7bf70063e782b06f4f8e0d5197
Author: Campbell Barton
Date:   Thu Jan 31 09:40:54 2019 +1100
Branches: temp-wm-event-api
https://developer.blender.org/rB1645cde1f7fa0f7bf70063e782b06f4f8e0d5197

Correct 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 646547d3520..73fa8c79a59 100644
--- a/source/blender/blenkernel/BKE_global.h
+++ b/source/blender/blenkernel/BKE_global.h
@@ -159,7 +159,7 @@ enum {
 	G_DEBUG_IO =        (1 << 17),  /* IO Debugging (for Collada, ...)*/
 	G_DEBUG_GPU_SHADERS = (1 << 18),  /* GLSL shaders */
 	G_DEBUG_GPU_FORCE_WORKAROUNDS = (1 << 19),  /* force gpu workarounds bypassing detections. */
-	G_DEBUG_EVENTS_SIMULATE = (1 << 20),  /* input/window/screen events */
+	G_DEBUG_EVENTS_SIMULATE = (1 << 20),  /* Support simulating events (for testing). */
 };
 
 #define G_DEBUG_ALL \



More information about the Bf-blender-cvs mailing list