summaryrefslogtreecommitdiffhomepage
path: root/TitleScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TitleScreen.cpp')
-rw-r--r--TitleScreen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TitleScreen.cpp b/TitleScreen.cpp
index 0bf52f8..ec590b1 100644
--- a/TitleScreen.cpp
+++ b/TitleScreen.cpp
@@ -39,6 +39,7 @@ TitleScreen::update(const float dt)
void
TitleScreen::draw()
{
+ ClearBackground(BLACK);
DrawText(TITLE, m_title_x, 160, FONT_SIZE, LIGHTGRAY);
if (m_blink < INTERVAL)
DrawText(PRESS, m_press_x, 180, FONT_SIZE, GRAY);