aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
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 e854e76..65aae8d 100644
--- a/include/Body.hpp
+++ b/include/Body.hpp
@@ -49,6 +49,7 @@ namespace QuickMedia {
std::vector<std::unique_ptr<BodyItem>> items;
std::vector<std::shared_ptr<sf::Texture>> item_thumbnail_textures;
std::thread thumbnail_load_thread;
+ bool draw_thumbnails;
private:
std::shared_ptr<sf::Texture> load_thumbnail_from_url(const std::string &url);
bool loading_thumbnail;