Browse Source

Commented Fade() macro

pull/1280/head
raysan5 5 years ago
parent
commit
c078640fa5
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/raylib.h

+ 1
- 2
src/raylib.h View File

@ -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

Loading…
Cancel
Save