Commit bc01d482 authored by lijin's avatar lijin

长按反选

parent 231009a5
......@@ -96,7 +96,7 @@ public class GameMgr : MonoBehaviour
}
}
}
if (f > 2 && isLongPress == 0)
if (f > 1 && isLongPress == 0)
{
isLongPress = -1;
RectTransformUtility.ScreenPointToLocalPointInRectangle(md.rect, Input.mousePosition, Camera.main, out Vector2 v);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment