aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-05 16:46:06 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-05 16:46:06 +0100
commita90f4e0b27ead8dc609522d772d6ede250b258dd (patch)
treedd84c4d9f75966997908dcf15f05adc35e867f1c /include/Body.hpp
parentaa4ff4cc74e7c654df8e399d4aae4cb8aa8fbd33 (diff)
Do not sort rooms after navigating back
Diffstat (limited to 'include/Body.hpp')
-rw-r--r--include/Body.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp
index 99f8b1c..294295b 100644
--- a/include/Body.hpp
+++ b/include/Body.hpp
@@ -123,6 +123,7 @@ namespace QuickMedia {
sf::Vector2i thumbnail_size;
private:
// TODO: Clean up these strings when set in text, and get_title for example should return |title_text.getString()|
+ // TODO: Use sf::String instead, removes the need to convert to utf32 every time the text is dirty (for example when resizing window)
std::string title;
std::string description;
std::string author;