diff options
Diffstat (limited to '')
-rw-r--r-- | src/menu/frame_background_image.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu/frame_background_image.hpp b/src/menu/frame_background_image.hpp index a3349574..5aaa58b6 100644 --- a/src/menu/frame_background_image.hpp +++ b/src/menu/frame_background_image.hpp @@ -40,7 +40,7 @@ namespace usdx private: Texture* texture; - GLfloat vertices[12]; + GLfloat vertices[8]; GLubyte color[16]; GLfloat tex[8]; |