Viewport: Enable draw_debug.cc code when WITH_DRAW_DEBUG is on

This commit is contained in:
2022-10-07 15:40:41 -07:00
parent f3f0ea8dc2
commit af288a09a5

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