Browse Source

拍照双指改单指不可移动

zhaoyang 3 years ago
parent
commit
8f34342bc4
1 changed files with 1 additions and 1 deletions
  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)
         {
-            if (Stage.inst.touchCount > 1 || context.inputEvent.touchId != 0) return; //只监听1根手指
+            // if (Stage.inst.touchCount > 1 || context.inputEvent.touchId != 0) return; //只监听1根手指
             hitGameObj = null;
         }