@@ -59,7 +59,8 @@ namespace GFGGame
private void UpdateView()
{
- rankType = 1;
+ rankType = 0;
+ _ui.m_c1.selectedIndex = rankType;
UpdateRank();
}
private void UpdateRank()
@@ -63,7 +63,8 @@ namespace GFGGame