diff --git a/src/modules/graphics/opengl/Graphics.h b/src/modules/graphics/opengl/Graphics.h index a56d2e66b..4696b750c 100644 --- a/src/modules/graphics/opengl/Graphics.h +++ b/src/modules/graphics/opengl/Graphics.h @@ -47,7 +47,7 @@ namespace opengl { struct Color { - unsigned char r, b, g, a; + unsigned char r, g, b, a; }; struct DisplayMode