Skip to content

Commit

Permalink
Fix pasting events not loading custom defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
salianifo committed Nov 11, 2024
1 parent d870863 commit 060daea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ func add_events_indexed(indexed_events:Dictionary) -> void:
event_resource = i.duplicate()
break

event_resource.from_text(indexed_events[event_idx])
event_resource._load_from_string(indexed_events[event_idx])

# now create the visual block.
deselect_all_items()
Expand Down

0 comments on commit 060daea

Please sign in to comment.