aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-12-01 10:12:35 +0100
committerdec05eba <dec05eba@protonmail.com>2019-12-01 10:12:35 +0100
commit129d842030fa993e800009ec0ab170f109e8e899 (patch)
tree9a829be8b60035ebd9ffb052b2edc7f62ffcc41c /src/Body.cpp
parentf02c8b967ec936b9dca4ce2dce010301ab8b72bf (diff)
Change 4chan logo
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index a426afe..5ac8466 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -127,8 +127,7 @@ namespace QuickMedia {
// TODO: Use a render target for the whole body so all images can be put into one.
// TODO: Unload thumbnails once they are no longer visible on the screen.
// TODO: Load thumbnails with more than one thread.
- // TODO: Show chapters (rows) that have been read differently to make it easier to see what
- // hasn't been read yet.
+ // TODO: Show chapters (rows) that have been read differently to make it easier to see what hasn't been read yet.
void Body::draw(sf::RenderWindow &window, sf::Vector2f pos, sf::Vector2f size, const Json::Value &content_progress) {
const float font_height = title_text.getCharacterSize() + 4.0f;
const float image_max_height = 100.0f;