mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Changed the splash screen text 'Populating systems' to 'Loading systems'.
This commit is contained in:
parent
f370e46444
commit
2d6a1724ce
|
@ -135,8 +135,8 @@ bool Window::init()
|
|||
|
||||
mSplashTextScanning = std::unique_ptr<TextCache>(mDefaultFonts.at(1)->buildTextCache(
|
||||
"Scanning game files...", 0.0f, 0.0f, DEFAULT_TEXTCOLOR));
|
||||
mSplashTextPopulating = std::unique_ptr<TextCache>(mDefaultFonts.at(1)->buildTextCache(
|
||||
"Populating systems...", 0.0f, 0.0f, DEFAULT_TEXTCOLOR));
|
||||
mSplashTextPopulating = std::unique_ptr<TextCache>(
|
||||
mDefaultFonts.at(1)->buildTextCache("Loading systems...", 0.0f, 0.0f, DEFAULT_TEXTCOLOR));
|
||||
mSplashTextReloading = std::unique_ptr<TextCache>(
|
||||
mDefaultFonts.at(1)->buildTextCache("Reloading...", 0.0f, 0.0f, DEFAULT_TEXTCOLOR));
|
||||
|
||||
|
|
Loading…
Reference in a new issue