Viewport: Enable draw_debug.cc code when WITH_DRAW_DEBUG is on

This commit is contained in:
Joseph Eagar 2022-10-07 15:40:41 -07:00
parent f3f0ea8dc2
commit af288a09a5
1 changed files with 1 additions and 1 deletions

View File

@ -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. */