diff options
author | crupest <crupest@outlook.com> | 2018-10-06 23:49:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-10-06 23:49:17 +0800 |
commit | 2261a4bc348a6017a0f31233f969bdf31ae35679 (patch) | |
tree | ccdc237b84423c9564458df3fae036f08815dda6 /src/global_macros.h | |
parent | beb6cfa6b3492f5a9d89ba99c03358c22598e7aa (diff) | |
download | cru-2261a4bc348a6017a0f31233f969bdf31ae35679.tar.gz cru-2261a4bc348a6017a0f31233f969bdf31ae35679.tar.bz2 cru-2261a4bc348a6017a0f31233f969bdf31ae35679.zip |
Add debug layout visual effects.
Diffstat (limited to 'src/global_macros.h')
-rw-r--r-- | src/global_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global_macros.h b/src/global_macros.h index 696c5d2b..1d671e4a 100644 --- a/src/global_macros.h +++ b/src/global_macros.h @@ -7,5 +7,5 @@ #define GLOG_NO_ABBREVIATED_SEVERITIES #ifdef CRU_DEBUG -#define CRU_DEBUG_DRAW_CONTROL_BORDER +#define CRU_DEBUG_LAYOUT #endif |