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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-01-26 23:58:54 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-01-27 00:02:06 +0300
commit5467ed128fb171764122adf70d1436a162339a54 (patch)
tree3cc8e8a2c30084e1391f347c7c25841409bc36b1 /source/blender/editors/sculpt_paint
parent7ce61c64cf92165923e8653c76a6b7fcb1322666 (diff)
Cleanup: forgot to comment again debug timing print in paint_stroke.c
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c
index 3225d4d4b7e..e394c3f6541 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"