Эх сурвалжийг харах

拍照双指改单指不可移动

zhaoyang 3 жил өмнө
parent
commit
8f34342bc4

+ 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;
         }