Prevent circular references to scene being saved, fixes #24384
This commit is contained in:
parent
755c690252
commit
3ea04c1366
3 changed files with 14 additions and 2 deletions
|
|
@ -114,6 +114,7 @@ public:
|
|||
class ResourceFormatSaverBinaryInstance {
|
||||
|
||||
String local_path;
|
||||
String path;
|
||||
|
||||
bool relative_paths;
|
||||
bool bundle_resources;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue