Oops, meant to commit this.

This commit is contained in:
Henrik Rydgård 2018-04-20 11:43:27 +02:00
parent 68611e85ba
commit 1f73d78cc8

View File

@ -899,7 +899,7 @@ void EmuScreen::CreateViews() {
TextView *loadingTextView = root_->Add(new TextView(sc->T(PSP_GetLoading()), new AnchorLayoutParams(bounds.centerX(), NONE, NONE, 40, true)));
// Don't really need this, and it creates a lot of strings to translate...
loadingTextView->SetVisibility(V_GONE);
loadingTextView->SetVisibility(V_INVISIBLE);
static const int symbols[4] = {
I_CROSS,