Skip to content

Commit

Permalink
Minor spacing correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ramokz committed Dec 22, 2024
1 parent ce70f70 commit 3a1a07d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func _check_camera_host_amount() -> void:

func _assign_new_active_pcam(pcam: Node) -> void:
# Only checks if the scene tree is still present.
# Prevents a few errors and checks from happening if the scene is exited.
# Prevents a few errors and checks from happening if the scene is exited.
if not is_inside_tree(): return
var no_previous_pcam: bool
if is_instance_valid(_active_pcam_2d) or is_instance_valid(_active_pcam_3d):
Expand Down

0 comments on commit 3a1a07d

Please sign in to comment.