summaryrefslogtreecommitdiffhomepage
path: root/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Game.cpp')
-rw-r--r--Game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Game.cpp b/Game.cpp
index 13790d5..a1b54ae 100644
--- a/Game.cpp
+++ b/Game.cpp
@@ -26,7 +26,6 @@ Game::update(const float dt)
void
Game::draw()
{
- ClearBackground(BLACK);
if (m_screen)
m_screen->draw();
}