diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-08-17 14:03:21 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-08-17 14:03:21 +0200 |
commit | 395aaef9ba9e7305fe2c5e4ffb8a87e9ae6cdcd9 (patch) | |
tree | 12c82ab577128b8ae4f45e1fb05f99ba79021dfd /include | |
parent | 0058d8045137fa2c2c07ddc56458840b0e663c14 (diff) |
Properly sort rooms (sort read rooms too)
Diffstat (limited to 'include')
-rw-r--r-- | include/Text.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Text.hpp b/include/Text.hpp index 72fdd66..26ac141 100644 --- a/include/Text.hpp +++ b/include/Text.hpp @@ -66,7 +66,6 @@ namespace QuickMedia class Text { public: - Text(bool bold_font); Text(sf::String str, bool bold_font, unsigned int characterSize, float maxWidth, bool highlight_urls = false); void setString(const sf::String &str); |