This commit is contained in:
parent
37263081db
commit
6eeddc3cd8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue