From 44e66882f6e517b06522cb1e510ed9dea7574273 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 21 Nov 2020 18:20:00 +0100 Subject: Render emoji in text, do not show notification count for cache sync, lazy load 4chan board --- include/Text.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Text.hpp') diff --git a/include/Text.hpp b/include/Text.hpp index f102c59..135a89c 100644 --- a/include/Text.hpp +++ b/include/Text.hpp @@ -139,7 +139,7 @@ namespace QuickMedia sf::String str; // TODO: Remove this for non-editable text??? also replace with std::string? then we get more efficient editing of text const bool bold_font; unsigned int characterSize; - sf::VertexArray vertices[2]; + sf::VertexArray vertices[3]; float maxWidth; sf::Vector2f position; sf::Color color; -- cgit v1.2.3