Prevent circular references to scene being saved, fixes #24384

This commit is contained in:
Juan Linietsky
2019-02-24 10:45:08 -03:00
parent 755c690252
commit 3ea04c1366
3 changed files with 14 additions and 2 deletions

View File

@@ -114,6 +114,7 @@ public:
class ResourceFormatSaverBinaryInstance {
String local_path;
String path;
bool relative_paths;
bool bundle_resources;