浏览代码

拍照双指改单指不可移动

zhaoyang 3 年之前
父节点
当前提交
8f34342bc4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographView.cs

@@ -237,7 +237,7 @@ namespace GFGGame
         }
         }
         private void OnTouchUIEnd(EventContext context)
         private void OnTouchUIEnd(EventContext context)
         {
         {
-            if (Stage.inst.touchCount > 1 || context.inputEvent.touchId != 0) return; //只监听1根手指
+            // if (Stage.inst.touchCount > 1 || context.inputEvent.touchId != 0) return; //只监听1根手指
             hitGameObj = null;
             hitGameObj = null;
         }
         }