diff options
| author | Juan Linietsky | 2016-07-17 13:49:22 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-07-17 13:49:59 -0300 |
| commit | 5218f35b7fe8c6655c6b304272cefdf9ea4d82e6 (patch) | |
| tree | 01766cf575f66924630534cf503e4dca6bf2f6bd /modules/gdscript/gd_compiler.cpp | |
| parent | 22419082d9bedbc9dc060ea5784bb0871f8710a3 (diff) | |
| download | godot-5218f35b7fe8c6655c6b304272cefdf9ea4d82e6.tar.gz godot-5218f35b7fe8c6655c6b304272cefdf9ea4d82e6.tar.zst godot-5218f35b7fe8c6655c6b304272cefdf9ea4d82e6.zip | |
Diffstat (limited to 'modules/gdscript/gd_compiler.cpp')
| -rw-r--r-- | modules/gdscript/gd_compiler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_compiler.cpp b/modules/gdscript/gd_compiler.cpp index 304ed6b10..68c3dc98d 100644 --- a/modules/gdscript/gd_compiler.cpp +++ b/modules/gdscript/gd_compiler.cpp @@ -1436,6 +1436,7 @@ Error GDCompiler::_parse_class(GDScript *p_script, GDScript *p_owner, const GDPa p_script->member_functions.clear(); p_script->member_indices.clear(); p_script->member_info.clear(); + p_script->_signals.clear(); p_script->initializer=NULL; p_script->subclasses.clear(); |
