mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +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:
commit
fd7ad7d80a
4 changed files with 15 additions and 17 deletions
|
|
@ -197,8 +197,6 @@ void ShaderTextEditor::_validate_script() {
|
|||
}
|
||||
|
||||
void ShaderTextEditor::_bind_methods() {
|
||||
|
||||
//ADD_SIGNAL( MethodInfo("script_changed") );
|
||||
}
|
||||
|
||||
ShaderTextEditor::ShaderTextEditor() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue