Skip to content

Commit

Permalink
readded assignment of currently active path 2d
Browse files Browse the repository at this point in the history
  • Loading branch information
klingbolt committed May 27, 2024
1 parent 8404ea9 commit 26c23e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Spatial.gd
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ func gen_new_path(points: Array, texture_path: String, waypoint_trail, category_
category_data.category2d.add_path2d(new_2d_path)

self.currently_active_path = new_route
self.currently_active_path2d = new_2d_path


func gen_new_icon(position: Vector3, texture_path: String, waypoint_icon, category_item: TreeItem):
Expand Down

0 comments on commit 26c23e2

Please sign in to comment.