summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRabia Alhaffar <[email protected]>2021-04-27 21:17:47 +0300
committerGitHub <[email protected]>2021-04-27 20:17:47 +0200
commit399894ac908d789fb82092a84190139d8449b3a9 (patch)
tree975ccfed2721c4a78d4abd103d144878860f044b /src
parent89d5b3df4410c776e3694a6618e3f7a74bd506a8 (diff)
downloadraylib-399894ac908d789fb82092a84190139d8449b3a9.tar.gz
raylib-399894ac908d789fb82092a84190139d8449b3a9.zip
Fixed definition of UNCOMPRESSED_R8G8B8A8 (#1740)
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h2
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