diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/raylib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/raylib.h b/src/raylib.h index 97c7de6a..19591bdc 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -157,8 +157,7 @@ #define SubText TextSubtext #define ShowWindow UnhideWindow #define LoadText LoadFileText - -#define Fade(c, a) ColorAlpha(c, a) +//#define Fade(c, a) ColorAlpha(c, a) //---------------------------------------------------------------------------------- // Structures Definition |
