diff options
-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) : |