From c078640fa58bccf42e450cd535cdb5a7483c91dd Mon Sep 17 00:00:00 2001 From: raysan5 Date: Tue, 16 Jun 2020 10:37:31 +0200 Subject: [PATCH] Commented Fade() macro --- src/raylib.h | 3 +-- 1 file changed, 1 insertion(+), 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