Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Praytic committed Dec 12, 2023
1 parent 449453f commit 0ebaec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scenes/Towers/Autocast.gd
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func do_cast_manually():
# to select point in world. The cast will finish when
# player selects a point and
# do_cast_manually_finish_for_point() is called.
SelectPointForCast.start(self)
SelectTargetForCast.start(self)
else:
# NOTE: for manual cast on unit, need to exit this f-n
# to select target. The cast will finish when player
Expand Down

0 comments on commit 0ebaec2

Please sign in to comment.