summaryrefslogtreecommitdiffhomepage
path: root/Game.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-24 23:51:27 +0200
committerAki <please@ignore.pl>2022-04-24 23:51:27 +0200
commit88d53cab4e10aed6cdae443aa66136add99562bb (patch)
tree7a75635ba679c0c1f8fc371079429d3ec5142673 /Game.cpp
parent38df088b80cb6c159eb9941cf6d3c0a8492e65ee (diff)
downloadbullethell2022-88d53cab4e10aed6cdae443aa66136add99562bb.zip
bullethell2022-88d53cab4e10aed6cdae443aa66136add99562bb.tar.gz
bullethell2022-88d53cab4e10aed6cdae443aa66136add99562bb.tar.bz2
Added some colorful stuff and interface
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();
}