diff --git a/Assets/Raindrop/Map/FollowMinimapItem.cs b/Assets/Raindrop/Map/FollowMinimapItem.cs index c77fa6b..ba861bb 100644 --- a/Assets/Raindrop/Map/FollowMinimapItem.cs +++ b/Assets/Raindrop/Map/FollowMinimapItem.cs @@ -12,6 +12,9 @@ public class FollowMinimapItem : MonoBehaviour // Update is called once per frame void Update() { + if (target == null) + return; + this.transform.position = new Vector3( target.transform.position.x, target.transform.position.y,