0.20.3
This commit is contained in:
@@ -40,7 +40,8 @@ namespace XED.UI
|
||||
}
|
||||
public virtual void OnEndDrag(PointerEventData eventData)
|
||||
{
|
||||
Destroy(Clone);
|
||||
gameObject.transform.position = Clone.transform.position;
|
||||
Destroy(Clone.gameObject);
|
||||
}
|
||||
|
||||
public virtual void OnDrop(PointerEventData eventData)
|
||||
|
||||
Reference in New Issue
Block a user