aboutsummaryrefslogtreecommitdiff
path: root/src/Text.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-20 23:16:47 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-20 23:16:50 +0200
commit0fb56002dd2f02ad9d10b1017a221936a194992c (patch)
tree2f72b5237fa1156fe33fb1eac2504040dbcacf27 /src/Text.cpp
parent4c392178dac1de9a299beb78989c4e0f3fecade9 (diff)
Update sfml version
Diffstat (limited to 'src/Text.cpp')
-rw-r--r--src/Text.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text.cpp b/src/Text.cpp
index 3aa1574..2292a4e 100644
--- a/src/Text.cpp
+++ b/src/Text.cpp
@@ -22,6 +22,7 @@ namespace dchat
Text::Text(const sf::Font *_font) :
font(_font),
characterSize(0),
+ vertices(sf::PrimitiveType::Quads),
maxWidth(0.0f),
color(sf::Color::White),
urlColor(URL_COLOR),