diff options
| author | Rémi Verschelde | 2017-04-20 02:20:04 +0200 |
|---|---|---|
| committer | GitHub | 2017-04-20 02:20:04 +0200 |
| commit | 22b9c0207bf3a50bcc0db6df8af5ec2d8631abcc (patch) | |
| tree | 5da42a60b092003ae4a933f2bceab8fd8fab713e /editor/connections_dialog.cpp | |
| parent | c88f56be643c8635b3f9284b9e48a96be63bbc46 (diff) | |
| parent | 4b8568006d1f83d518d98ef3c7354b7c25de46cc (diff) | |
| download | godot-22b9c0207bf3a50bcc0db6df8af5ec2d8631abcc.tar.gz godot-22b9c0207bf3a50bcc0db6df8af5ec2d8631abcc.tar.zst godot-22b9c0207bf3a50bcc0db6df8af5ec2d8631abcc.zip | |
Diffstat (limited to 'editor/connections_dialog.cpp')
| -rw-r--r-- | editor/connections_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/connections_dialog.cpp b/editor/connections_dialog.cpp index 9c6624d9e..93c2b7493 100644 --- a/editor/connections_dialog.cpp +++ b/editor/connections_dialog.cpp @@ -767,7 +767,7 @@ void ConnectionsDock::_something_activated() { Ref<Script> script = c.target->get_script(); - if (script.is_valid() && ScriptEditor::get_singleton()->script_go_to_method(script, c.method)) { + if (script.is_valid() && ScriptEditor::get_singleton()->script_goto_method(script, c.method)) { editor->call("_editor_select", EditorNode::EDITOR_SCRIPT); } } |
