aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index c53a476..52999e5 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -260,7 +260,8 @@ namespace QuickMedia {
return path.c_str() + index;
}
- // TODO: Do not load thumbnails for images larger than 30mb
+ // TODO: Do not load thumbnails for images larger than 30mb.
+ // TODO: Load the thumbnail embedded in the file instead.
std::shared_ptr<sf::Texture> Body::load_thumbnail_from_url(const std::string &url, bool local, sf::Vector2i thumbnail_resize_target_size) {
auto result = std::make_shared<sf::Texture>();
result->setSmooth(true);