From a90f4e0b27ead8dc609522d772d6ede250b258dd Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 5 Nov 2020 16:46:06 +0100 Subject: Do not sort rooms after navigating back --- include/Body.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Body.hpp') 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; -- cgit v1.2.3