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 5567350e1b
commit fc70824f7c
17 changed files with 171 additions and 29 deletions

View file

@ -342,6 +342,7 @@ public:
virtual void get_script_property_list(List<PropertyInfo> *p_list) const;
virtual bool are_subnodes_edited() const;
VisualScript();
~VisualScript();