From 3ab4127ae3fc3b837f5350509c78db03467500cd Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 23 Apr 2018 13:30:03 +0200 Subject: Add support for big emoji if it's the only thing on a line TODO: Currently message board renders directly to window, it should render to render target for optimization purpose --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index df5c558..6d718e5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,12 +31,12 @@ int main(int argc, char **argv) Cache cache; Channel channel; - ChannelSidePanel channelSidePanel; - channelSidePanel.addChannel(&channel); + //ChannelSidePanel channelSidePanel; + //channelSidePanel.addChannel(&channel); + sf::Event event; while (window.isOpen()) { - sf::Event event; while (window.pollEvent(event)) { if (event.type == sf::Event::Closed) -- cgit v1.2.3