aboutsummaryrefslogtreecommitdiff
path: root/include/Text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Text.hpp')
-rw-r--r--include/Text.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Text.hpp b/include/Text.hpp
index fbd850a..989edbb 100644
--- a/include/Text.hpp
+++ b/include/Text.hpp
@@ -147,7 +147,7 @@ namespace QuickMedia
// 2: CJK
// 3: Emoji
std::array<sf::VertexArray, 3> vertices;
- //sf::VertexBuffer vertex_buffers[3];
+ std::array<sf::VertexBuffer, 3> vertex_buffers;
float maxWidth;
sf::Vector2f position;
sf::Color color;