mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fixed font textures in OpenGL returning black RGB values when a shader is active (reverts changeset 69b0b4e)
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
|
||||
enum Format
|
||||
{
|
||||
FORMAT_ALPHA,
|
||||
FORMAT_LUMINANCE_ALPHA,
|
||||
FORMAT_RGBA,
|
||||
FORMAT_MAX_ENUM
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user