From 8a21f14c061d2c4b27b78de7611bf296a26d8953 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 19 九月 2018 14:05:26 +0800
Subject: [PATCH] 3564【前端】队伍和仙盟频道移动至仙缘中

---
 System/Skill/ScrollerController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Skill/ScrollerController.cs b/System/Skill/ScrollerController.cs
index 7b9859e..1933d6d 100644
--- a/System/Skill/ScrollerController.cs
+++ b/System/Skill/ScrollerController.cs
@@ -423,7 +423,7 @@
 
     public void ResetScrollPos()
     {
-        if (_data.Count == 0)
+        if (_data.Count == 0 || !inited)
         {
             return;
         }

--
Gitblit v1.8.0