More improvements to visual script..

fixed a bug of not saving when sub-nodes changed.
This commit is contained in:
Juan Linietsky
2016-08-31 17:58:51 -03:00
parent a8172af66e
commit 9cf20bc345
9 changed files with 96 additions and 24 deletions

View File

@@ -117,6 +117,9 @@ void unregister_visual_script_types() {
ScriptServer::unregister_language(visual_script_language);
#ifdef TOOLS_ENABLED
VisualScriptEditor::free_clipboard();
#endif
if (visual_script_language)
memdelete( visual_script_language );