| System/HazyRegion/HazyRegionWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/HazyRegion/HazyRegionWin.cs
@@ -184,6 +184,7 @@ yield return WaitingForSecondConst.WaitMS500; var allComplete = true; bool existAnyDoingIncident = false; var incidents = model.GetAllIncidents(); if (incidents != null) { @@ -196,6 +197,18 @@ { allComplete = false; } if (incident.state == HazyRegionModel.IncidentState.Processing) { existAnyDoingIncident = true; } } } if (!allComplete) { if (!existAnyDoingIncident && model.point == 0) { allComplete = true; } } }