1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Merge pull request #10750 from Rubonnek/fix-duplicate-script-changed-signal

Renamed 'script_changed' signal in the script editor plugin to 'edited_script_changed'
This commit is contained in:
Rémi Verschelde
2017-08-30 12:46:01 +02:00
committed by GitHub
4 changed files with 15 additions and 17 deletions

View File

@@ -197,8 +197,6 @@ void ShaderTextEditor::_validate_script() {
}
void ShaderTextEditor::_bind_methods() {
//ADD_SIGNAL( MethodInfo("script_changed") );
}
ShaderTextEditor::ShaderTextEditor() {