diff options
| author | Rabia Alhaffar <[email protected]> | 2021-04-27 21:17:47 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-27 20:17:47 +0200 |
| commit | 399894ac908d789fb82092a84190139d8449b3a9 (patch) | |
| tree | 975ccfed2721c4a78d4abd103d144878860f044b /src | |
| parent | 89d5b3df4410c776e3694a6618e3f7a74bd506a8 (diff) | |
| download | raylib-399894ac908d789fb82092a84190139d8449b3a9.tar.gz raylib-399894ac908d789fb82092a84190139d8449b3a9.zip | |
Fixed definition of UNCOMPRESSED_R8G8B8A8 (#1740)
Diffstat (limited to 'src')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index a9fbe6b4..41952018 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -165,7 +165,7 @@ #define FILTER_POINT TEXTURE_FILTER_POINT #define FILTER_BILINEAR TEXTURE_FILTER_BILINEAR #define MAP_DIFFUSE MATERIAL_MAP_DIFFUSE -#define PIXELFORMAT_UNCOMPRESSED_R8G8B8A8 PIXELFORMAT_PIXELFORMAT_UNCOMPRESSED_R8G8B8A8 +#define UNCOMPRESSED_R8G8B8A8 PIXELFORMAT_UNCOMPRESSED_R8G8B8A8 //---------------------------------------------------------------------------------- // Structures Definition |
