Fix RCS1246

This commit is contained in:
RoosterDragon
2023-03-18 13:25:59 +00:00
committed by Gustas
parent 330ca92045
commit acca837142
21 changed files with 32 additions and 32 deletions

View File

@@ -178,7 +178,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
missionList.ScrollToSelectedItem();
}
else
SelectMap(allPreviews.First());
SelectMap(allPreviews[0]);
}
// Preload map preview to reduce jank