Closed GoogleCodeExporter closed 9 years ago
Original comment by graph....@gmail.com
on 30 Nov 2011 at 4:12
Index was outside the bounds of the array.
попрежнему кидается исключение
Original comment by graph....@gmail.com
on 2 Dec 2011 at 8:35
Original comment by krasnovd...@gmail.com
on 3 Dec 2011 at 11:01
ошибка попрежнему проявляется
главное исправлние, которое надо сделать:
if (_tempGameList == null)
return;
добавить следующее
|| _tempGameList.Length == null
Original comment by graph....@gmail.com
on 3 Dec 2011 at 11:53
и
//todo setActive
ExitScreen();
можно делать __только__ в успешном случае
if(!GameController.Instance.JoinGame(_tempGameList[_gameList.SelectedItems[0]]))
{
//todo popup
Trace.WriteLine("Join game failed");
return;// !!
}
ExitScreen()
Original comment by graph....@gmail.com
on 3 Dec 2011 at 11:58
Original comment by graph....@gmail.com
on 3 Dec 2011 at 12:50
Original issue reported on code.google.com by
Sidorenk...@gmail.com
on 30 Nov 2011 at 4:06