You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Renamed 'script_changed' signal in the script editor plugin to 'edited_script_changed'
This commit is contained in:
@@ -529,7 +529,7 @@ void ScriptTextEditor::_validate_script() {
|
||||
}
|
||||
|
||||
emit_signal("name_changed");
|
||||
emit_signal("script_changed");
|
||||
emit_signal("edited_script_changed");
|
||||
}
|
||||
|
||||
static Node *_find_node_for_script(Node *p_base, Node *p_current, const Ref<Script> &p_script) {
|
||||
|
||||
Reference in New Issue
Block a user