Viewport: Enable draw_debug.cc code when WITH_DRAW_DEBUG is on
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#include <iomanip>
|
||||
|
||||
#ifdef DEBUG
|
||||
#if defined(DEBUG) || defined(WITH_DRAW_DEBUG)
|
||||
# define DRAW_DEBUG
|
||||
#else
|
||||
/* Uncomment to forcibly enable debug draw in release mode. */
|
||||
|
||||
Reference in New Issue
Block a user