mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Prevent circular references to scene being saved, fixes #24384
This commit is contained in:
@@ -114,6 +114,7 @@ public:
|
||||
class ResourceFormatSaverBinaryInstance {
|
||||
|
||||
String local_path;
|
||||
String path;
|
||||
|
||||
bool relative_paths;
|
||||
bool bundle_resources;
|
||||
|
||||
Reference in New Issue
Block a user