diff options
Diffstat (limited to 'core/io/resource_format_xml.h')
| -rw-r--r-- | core/io/resource_format_xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/resource_format_xml.h b/core/io/resource_format_xml.h index 711b60766..d5ba9eb80 100644 --- a/core/io/resource_format_xml.h +++ b/core/io/resource_format_xml.h @@ -123,7 +123,7 @@ class ResourceFormatSaverXMLInstance { bool skip_editor; FileAccess *f; int depth; - Map<RES,int> resource_map; + Set<RES> resource_set; List<RES> saved_resources; List<RES> external_resources; |
