Skip to content

Commit

Permalink
chore: remove incorrect lines in turtle
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanLovato committed Jan 27, 2022
1 parent fb60185 commit 29438ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions game_demos/DrawingTurtle.gd
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ class Polygon:
new_points.push_back(point)
line_2d.points = new_points
_turtle_sprite.position = point + position
if point.is_equal_approx(_current_destination):
emit_signal("segment_end_reached")

# Returns the local bounds of the polygon. That is to say, it only takes the
# point into account in local space, but not the polygon's `position`.
Expand Down

0 comments on commit 29438ee

Please sign in to comment.