diff options
Diffstat (limited to 'dev/Mod/CoreGfx/MathMgr.h')
| -rw-r--r-- | dev/Mod/CoreGfx/MathMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
