aboutsummaryrefslogtreecommitdiff
path: root/core/io/resource_format_xml.h
diff options
context:
space:
mode:
authorvolzhs2015-06-28 22:28:02 +0900
committervolzhs2015-06-28 22:28:02 +0900
commit584dd4db878d0a9ebf44dc529dad35bf8dd4796b (patch)
treec601222ba20cacc80fba7ff43b5de425db13519c /core/io/resource_format_xml.h
parent81a1f32f0c1e4f64bb102c6aa46bcbb4e18bcd55 (diff)
parent2b64f73b0459190d20b2f6de39275ee7979317c4 (diff)
downloadgodot-584dd4db878d0a9ebf44dc529dad35bf8dd4796b.tar.gz
godot-584dd4db878d0a9ebf44dc529dad35bf8dd4796b.tar.zst
godot-584dd4db878d0a9ebf44dc529dad35bf8dd4796b.zip
Diffstat (limited to 'core/io/resource_format_xml.h')
-rw-r--r--core/io/resource_format_xml.h2
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;