瀏覽代碼

Commented Fade() macro

raysan5 5 年之前
父節點
當前提交
c078640fa5
共有 1 個文件被更改,包括 1 次插入2 次删除
  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