mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed RBG -> RGB in Graphics.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace opengl
|
||||
{
|
||||
struct Color
|
||||
{
|
||||
unsigned char r, b, g, a;
|
||||
unsigned char r, g, b, a;
|
||||
};
|
||||
|
||||
struct DisplayMode
|
||||
|
||||
Reference in New Issue
Block a user