Fixed RBG -> RGB in Graphics.

This commit is contained in:
rude
2009-07-30 00:59:46 +02:00
parent 0c241a14fb
commit 26625c46cb
+1 -1
View File
@@ -47,7 +47,7 @@ namespace opengl
{
struct Color
{
unsigned char r, b, g, a;
unsigned char r, g, b, a;
};
struct DisplayMode