Use skin-specific credit color. Fix #3433

This commit is contained in:
Alayan 2018-09-17 01:53:07 +02:00
parent 96c5293021
commit b98024f11e

View File

@ -262,7 +262,7 @@ void CreditsScreen::onUpdate(float elapsed_time)
// ---- section name
video::SColor color( 255 /* a */, 0 /* r */, 0 /* g */ , 75 /* b */ );
video::SColor color = GUIEngine::getSkin()->getColor("credits_text::neutral");
video::SColor white_color( 255, 255, 255, 255 );
// manage fade-in