diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-09-23 20:43:39 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-09-23 20:43:39 +0200 |
commit | 189c3b1744202c92724d690368b3dac439745a89 (patch) | |
tree | 0bef80c3028511849f82e437082cba09982b5e96 | |
parent | 07eebc494c3655a81ba45522603a9406825a3d0f (diff) |
Fix font color on 4chan
-rw-r--r-- | src/Body.cpp | 1 |
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) : |