2026-03-30 머리카락 물리효과, 아이템 습득 버그 수정
This commit is contained in:
@@ -80,8 +80,6 @@ public void OnDrop(PointerEventData eventData)
|
||||
}
|
||||
public void OnPointerEnter(PointerEventData eventData)
|
||||
{
|
||||
Debug.Log("PointerEnter");
|
||||
|
||||
if (currentItem != null && currentItem.Data != null)
|
||||
{
|
||||
// 드래그 중에는 툴팁 안띄움
|
||||
|
||||
Reference in New Issue
Block a user