@@ -484,7 +484,7 @@ namespace GFGGame
}
//判断是否需要显示集齐套装界面(需要的时候晚3个定时器时间)
- if (count < totalCount || (count >= totalCount && _countShow > 5))
+ if (count <= 0 || totalCount <= 0 || count < totalCount || (count >= totalCount && _countShow > 5))
{
_recordTurnIndex.Add(index);
_countShow = 0;