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

Renamed 'script_changed' signal in the script editor plugin to 'edited_script_changed'

This commit is contained in:
Wilson E. Alvarez
2017-08-29 06:00:37 -04:00
parent a91d12ab94
commit a400a65c8a
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() {