mirror of https://github.com/axmolengine/axmol.git
close debug draw
This commit is contained in:
parent
d8de253542
commit
d346fa8650
|
@ -281,7 +281,7 @@ Useful for debugging purposes only. It is recommened to leave it disabled.
|
|||
To enable set it to a value different than 0. Disabled by default.
|
||||
*/
|
||||
#ifndef CC_SPRITEBATCHNODE_DEBUG_DRAW
|
||||
#define CC_SPRITEBATCHNODE_DEBUG_DRAW 1
|
||||
#define CC_SPRITEBATCHNODE_DEBUG_DRAW 0
|
||||
#endif
|
||||
|
||||
/** @def CC_LABELBMFONT_DEBUG_DRAW
|
||||
|
@ -291,7 +291,7 @@ Useful for debugging purposes only. It is recommened to leave it disabled.
|
|||
To enable set it to a value different than 0. Disabled by default.
|
||||
*/
|
||||
#ifndef CC_LABELBMFONT_DEBUG_DRAW
|
||||
#define CC_LABELBMFONT_DEBUG_DRAW 1
|
||||
#define CC_LABELBMFONT_DEBUG_DRAW 0
|
||||
#endif
|
||||
|
||||
/** @def CC_LABELATLAS_DEBUG_DRAW
|
||||
|
|
Loading…
Reference in New Issue