Explorar el Código

Commented Fade() macro

raysan5 hace 5 años
padre
commit
c078640fa5
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/raylib.h

+ 1 - 2
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