aboutsummaryrefslogtreecommitdiff
path: root/src/Channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Channel.cpp')
-rw-r--r--src/Channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Channel.cpp b/src/Channel.cpp
index 2426981..e433aee 100644
--- a/src/Channel.cpp
+++ b/src/Channel.cpp
@@ -185,7 +185,7 @@ namespace dchat
void Channel::draw(sf::RenderWindow &window, Cache &cache)
{
messageBoard.draw(window, cache);
- chatbar.draw(window);
+ chatbar.draw(window, cache);
}
void Channel::setCurrent(Channel *channel)