Skip to content

Commit 69a1b2f

Browse files
committed
[修复]1. 修复接口兼容问题
1 parent 6cc8e60 commit 69a1b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Core/Stage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ void GetHitTarget()
908908
TouchInfo free = null;
909909
for (int j = 0; j < 5; j++)
910910
{
911-
if (_touches[j].touchId == uTouch.finger.index)
911+
if (_touches[j].touchId == uTouch.fingerId)
912912
{
913913
touch = _touches[j];
914914
break;

0 commit comments

Comments
 (0)