You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
More improvements to visual script..
fixed a bug of not saving when sub-nodes changed.
This commit is contained in:
@@ -2175,6 +2175,9 @@ Error ResourceFormatSaverBinaryInstance::save(const String &p_path,const RES& p_
|
||||
if (takeover_paths) {
|
||||
r->set_path(p_path+"::"+itos(r->get_subindex()),true);
|
||||
}
|
||||
#ifdef TOOLS_ENABLED
|
||||
r->set_edited(false);
|
||||
#endif
|
||||
} else {
|
||||
save_unicode_string(r->get_path()); //actual external
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user