aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
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)