diff options
| author | volzhs | 2015-06-28 22:28:02 +0900 |
|---|---|---|
| committer | volzhs | 2015-06-28 22:28:02 +0900 |
| commit | 584dd4db878d0a9ebf44dc529dad35bf8dd4796b (patch) | |
| tree | c601222ba20cacc80fba7ff43b5de425db13519c /core/io/resource_format_binary.h | |
| parent | 81a1f32f0c1e4f64bb102c6aa46bcbb4e18bcd55 (diff) | |
| parent | 2b64f73b0459190d20b2f6de39275ee7979317c4 (diff) | |
| download | godot-584dd4db878d0a9ebf44dc529dad35bf8dd4796b.tar.gz godot-584dd4db878d0a9ebf44dc529dad35bf8dd4796b.tar.zst godot-584dd4db878d0a9ebf44dc529dad35bf8dd4796b.zip | |
Diffstat (limited to 'core/io/resource_format_binary.h')
| -rw-r--r-- | core/io/resource_format_binary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/resource_format_binary.h b/core/io/resource_format_binary.h index ab2e640a8..da415d97a 100644 --- a/core/io/resource_format_binary.h +++ b/core/io/resource_format_binary.h @@ -129,7 +129,7 @@ class ResourceFormatSaverBinaryInstance { int bin_meta_idx; FileAccess *f; String magic; - Map<RES,int> resource_map; + Set<RES> resource_set; Map<StringName,int> string_map; Vector<StringName> strings; |
