From 3c591bcf395455d0d347be0abbf94bf8b98b54e9 Mon Sep 17 00:00:00 2001 From: "auria.mg" Date: Sun, 7 Jan 2018 18:47:01 -0500 Subject: [PATCH] Tweak text color to improve legibility --- src/states_screens/grand_prix_win.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/states_screens/grand_prix_win.cpp b/src/states_screens/grand_prix_win.cpp index 30e9bca59..4e7271c67 100644 --- a/src/states_screens/grand_prix_win.cpp +++ b/src/states_screens/grand_prix_win.cpp @@ -203,6 +203,7 @@ void GrandPrixWin::init() m_unlocked_label->add(); manualAddWidget(m_unlocked_label); + m_unlocked_label->setColor(video::SColor(255, 255, 255, 255)); } else {