浏览代码

图鉴除0,临时处理

zhaoyang 2 年之前
父节点
当前提交
120b2c9ec8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/FieldGuide/FieldGuideView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/FieldGuide/FieldGuideView.cs

@@ -155,6 +155,7 @@ namespace GFGGame
                     totalCount = 1;
                     break;
             }
+            if (totalCount == 0) totalCount = 1;
         }
 
         private void UpdatePrgress()