aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-23 20:43:39 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-23 20:43:39 +0200
commit189c3b1744202c92724d690368b3dac439745a89 (patch)
tree0bef80c3028511849f82e437082cba09982b5e96
parent07eebc494c3655a81ba45522603a9406825a3d0f (diff)
Fix font color on 4chan
-rw-r--r--src/Body.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index b8bfbff..f6f8d2c 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -40,6 +40,7 @@ namespace QuickMedia {
description_text = nullptr;
replies = other.replies;
post_number = other.post_number;
+ title_color = other.title_color;
}
Body::Body(Program *program, sf::Font *font, sf::Font *bold_font) :