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