From af03e1ad530c4a8ea2423a7f5ed6b5533a8c308f Mon Sep 17 00:00:00 2001 From: liuzhiwei <liuzhiwei@qq.com> Date: Sat, 31 Oct 2020 17:27:02 +0800 Subject: [PATCH] Merge branch 'master' of http://172.16.1.52:8090/r/GemBattle into master --- Assets/Scripts/Guide/GuidePanel.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Assets/Scripts/Guide/GuidePanel.cs b/Assets/Scripts/Guide/GuidePanel.cs index 10148de..ee3dbad 100644 --- a/Assets/Scripts/Guide/GuidePanel.cs +++ b/Assets/Scripts/Guide/GuidePanel.cs @@ -508,7 +508,6 @@ #endregion #region 拖动效果 - private float dragTimer = 1f; private void ShowDragPath(Vector2 startP, RectTransform endP) { if (!dragHandImg.gameObject.activeSelf) -- Gitblit v1.9.1