Skip to content

Commit

Permalink
Save orchestrations on EditorPlugin apply_changes callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Sep 10, 2023
1 parent 33e1392 commit a82afa7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/orchestrator/views/main_view.gd
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ func close_all_orchestrations() -> void:


func apply_changes() -> void:
print("TBD: rehook apply changes")
#_save_all_orchestrations()
_save_all_orchestrations()


func get_current_file() -> String:
Expand Down

0 comments on commit a82afa7

Please sign in to comment.