ハートアニメーション修正

This commit is contained in:
kimura 2021-08-30 12:33:58 +09:00
parent ade48751a1
commit c591a0f6b6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class HeartAnimation : MonoBehaviour
{
callback?.Invoke();
Destroy(bigHeart);
Destroy(gameObject);
Destroy(this);
});
});
});