Fix crash on game info screen

This commit is contained in:
Henrik Rydgård
2025-08-24 14:17:30 +02:00
parent 038e827cbe
commit e83303ea54
+1 -1
View File
@@ -387,8 +387,8 @@ ScreenRenderFlags GameScreen::render(ScreenRenderMode mode) {
snprintf(temp, sizeof(temp), "%s: %1.2f %s", ga->T_cstr("InstallData"), (float) (info->installDataSize) / 1024.f / 1024.f, ga->T_cstr("MB"));
tvInstallDataSize_->SetText(temp);
tvInstallDataSize_->SetVisibility(UI::V_VISIBLE);
updateMaxY(tvInstallDataSize_);
}
updateMaxY(tvInstallDataSize_);
}
if (tvRegion_) {