move #define DEBUG_OVERLAY in an appropriate space

This commit is contained in:
yuyoyuppe
2022-08-23 16:37:34 +02:00
parent 5d39f44233
commit bde578522e
2 changed files with 2 additions and 2 deletions

View File

@@ -6,8 +6,6 @@
#include <common/utils/window.h>
//#define DEBUG_OVERLAY
namespace
{
inline std::pair<D2D_POINT_2F, D2D_POINT_2F> ComputeCrossFeetLine(D2D_POINT_2F center, const bool horizontal)

View File

@@ -14,6 +14,8 @@
#include <common/Display/monitors.h>
#include <common/utils/serialized.h>
//#define DEBUG_OVERLAY
struct OverlayBoxText
{
std::array<wchar_t, 32> buffer = {};