From 4a7b86829025664f6eeef6fcb5fc0894733f2ad6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 17 Oct 2020 13:42:31 +0200 Subject: Matrix: make displayname more bright, add circle mask shader for avatar and room thumbnails --- 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 a71bc8e..f24e79d 100644 --- a/include/Text.hpp +++ b/include/Text.hpp @@ -126,7 +126,7 @@ namespace QuickMedia // Takes into consideration if index is the last vertex and the last vertex is a newline, then it should be on its own line int get_vertex_line(int index) const; private: - sf::String str; // TODO: Remove this for non-editable text??? + sf::String str; // TODO: Remove this for non-editable text??? also replace with std::string? then we get more efficient editing of text const sf::Font *font; const sf::Font *cjk_font; unsigned int characterSize; -- cgit v1.2.3