Skip to content

Commit

Permalink
fix: Fix p_child is null exit on quit
Browse files Browse the repository at this point in the history
  • Loading branch information
Balloonpopper authored and StraToN committed Dec 27, 2022
1 parent 3e90c67 commit 4604e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ func _ready():


func _exit_tree():
remove_child(_tween)
if is_instance_valid(_tween):
remove_child(_tween)
_tween.queue_free()


Expand Down

0 comments on commit 4604e00

Please sign in to comment.