From 74b7391e3fee7d4e33e96b44adc796430b310f13 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Thu, 9 May 2024 23:36:18 -0500 Subject: [PATCH] Update 'olcPixelGameEngine_CustomFont.h' --- olcPixelGameEngine_CustomFont.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/olcPixelGameEngine_CustomFont.h b/olcPixelGameEngine_CustomFont.h index f6f174a..e68d49a 100644 --- a/olcPixelGameEngine_CustomFont.h +++ b/olcPixelGameEngine_CustomFont.h @@ -332,7 +332,7 @@ // O------------------------------------------------------------------------------O /* -#define OLC_PGE_APPLICATION2 +#define CUSTOM_PGE_APPLICATION #include "olcPixelGameEngine.h" // Override base class with your custom functionality @@ -1452,8 +1452,8 @@ namespace olc // O------------------------------------------------------------------------------O // | START OF OLC_PGE_APPLICATION | // O------------------------------------------------------------------------------O -#ifdef OLC_PGE_APPLICATION2 -#undef OLC_PGE_APPLICATION2 +#ifdef CUSTOM_PGE_APPLICATION +#undef CUSTOM_PGE_APPLICATION // O------------------------------------------------------------------------------O // | olcPixelGameEngine INTERFACE IMPLEMENTATION (CORE) |