aboutsummaryrefslogtreecommitdiff
path: root/include/Chatbar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Chatbar.hpp')
-rw-r--r--include/Chatbar.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Chatbar.hpp b/include/Chatbar.hpp
index a9871f6..b6c6be8 100644
--- a/include/Chatbar.hpp
+++ b/include/Chatbar.hpp
@@ -35,6 +35,7 @@ namespace dchat
private:
sf::Text text;
sf::RectangleShape background;
+ sf::RectangleShape inputBackground;
int caretIndex;
sf::Vector2f caretOffset;
sf::Clock blinkTimer;