mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-18 17:28:15 +00:00
Fixed definition of UNCOMPRESSED_R8G8B8A8 (#1740)
This commit is contained in:
@@ -165,7 +165,7 @@
|
|||||||
#define FILTER_POINT TEXTURE_FILTER_POINT
|
#define FILTER_POINT TEXTURE_FILTER_POINT
|
||||||
#define FILTER_BILINEAR TEXTURE_FILTER_BILINEAR
|
#define FILTER_BILINEAR TEXTURE_FILTER_BILINEAR
|
||||||
#define MAP_DIFFUSE MATERIAL_MAP_DIFFUSE
|
#define MAP_DIFFUSE MATERIAL_MAP_DIFFUSE
|
||||||
#define PIXELFORMAT_UNCOMPRESSED_R8G8B8A8 PIXELFORMAT_PIXELFORMAT_UNCOMPRESSED_R8G8B8A8
|
#define UNCOMPRESSED_R8G8B8A8 PIXELFORMAT_UNCOMPRESSED_R8G8B8A8
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Structures Definition
|
// Structures Definition
|
||||||
|
Reference in New Issue
Block a user