From d0c7a3e05a1bb5c9cffd1a0946e403d3a8e37e63 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 31 Jan 2025 19:05:36 +0100 Subject: Match the changes in OpenNE, (without reusing it) Signed-off-by: Amlal El Mahrouss --- dev/Mod/CoreGfx/MathMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Mod/CoreGfx/MathMgr.h') diff --git a/dev/Mod/CoreGfx/MathMgr.h b/dev/Mod/CoreGfx/MathMgr.h index 87f674df..7e85c0dc 100644 --- a/dev/Mod/CoreGfx/MathMgr.h +++ b/dev/Mod/CoreGfx/MathMgr.h @@ -11,7 +11,7 @@ namespace UI { -#ifdef ZKA_GFX_MGR_USE_DOUBLE +#ifdef NE_GFX_MGR_USE_DOUBLE typedef double fb_real_t; #else typedef float fb_real_t; -- cgit v1.2.3