Skip to content

Commit

Permalink
Hotfix for 4.2beta bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn-HPI committed Oct 24, 2023
1 parent 1c213fd commit fab348f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/pronto/docks/create_button.gd
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func clicked():
create_scene(name, create_export)

# Open the newly created scene in editor.
var editor_interface = G.at("_pronto_editor_plugin").get_editor_interface() as EditorInterface
var editor_interface = G.at("_pronto_editor_plugin").get_editor_interface()
var scene_path = "res://prototypes/" + name + "/" + name + ".tscn"
editor_interface.open_scene_from_path(scene_path)

Expand Down

0 comments on commit fab348f

Please sign in to comment.