This commit is contained in:
YangHua 2024-01-17 17:06:58 +08:00
parent 37263081db
commit 6eeddc3cd8
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ public class DragController : MonoBehaviour, IBeginDragHandler, IEndDragHandler,
{
if (!isThinck)
{
model.GetComponent<EquipmentCommon>().isPlayer = true;
model.GetComponent<EquipmentCommon>().isStartRehearsing = GlobalFlag.isStartRehearsing;
List<List_paraItem> temp = UIBootstrap.Instance.GetListParaItemById(deviceID);