[Bf-blender-cvs] [5467ed1] master: Cleanup: forgot to comment again debug timing print in paint_stroke.c

Bastien Montagne noreply at git.blender.org
Tue Jan 26 22:02:25 CET 2016


Commit: 5467ed128fb171764122adf70d1436a162339a54
Author: Bastien Montagne
Date:   Tue Jan 26 21:58:54 2016 +0100
Branches: master
https://developer.blender.org/rB5467ed128fb171764122adf70d1436a162339a54

Cleanup: forgot to comment again debug timing print in paint_stroke.c

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

M	source/blender/editors/sculpt_paint/paint_stroke.c

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

diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c
index 3225d4d..e394c3f 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.c
+++ b/source/blender/editors/sculpt_paint/paint_stroke.c
@@ -68,7 +68,7 @@
 #include <float.h>
 #include <math.h>
 
-#define DEBUG_TIME
+//#define DEBUG_TIME
 
 #ifdef DEBUG_TIME
 #  include "PIL_time_utildefines.h"




More information about the Bf-blender-cvs mailing list