aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/background_image.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/background_image.hpp')
-rw-r--r--src/menu/background_image.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/menu/background_image.hpp b/src/menu/background_image.hpp
index 3ddb7e35..67d117b9 100644
--- a/src/menu/background_image.hpp
+++ b/src/menu/background_image.hpp
@@ -30,6 +30,7 @@
#include "background.hpp"
#include "texture.hpp"
+#include "utils/rgb_color.hpp"
namespace usdx
{
@@ -39,7 +40,7 @@ namespace usdx
Texture* texture;
GLint vertices[8];
- GLubyte color[12];
+ RgbColor color;
GLfloat tex[8];
protected: