summaryrefslogtreecommitdiffhomepage
path: root/loader/atlas-loader-storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/atlas-loader-storage.hpp')
-rw-r--r--loader/atlas-loader-storage.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/loader/atlas-loader-storage.hpp b/loader/atlas-loader-storage.hpp
index a1f2e20d..c8bd3261 100644
--- a/loader/atlas-loader-storage.hpp
+++ b/loader/atlas-loader-storage.hpp
@@ -12,9 +12,8 @@ struct atlas_storage
using Traits = TRAITS;
using Cell = typename TRAITS::Cell;
- tsl::robin_map<StringView, Cell*, hash_string_view> name_map;
+ tsl::robin_map<StringView, size_t, hash_string_view> name_map;
std::vector<Cell> cell_array;
- std::vector<Pointer<Cell>> free_cells;
std::vector<String> missing_atlas_names;
Pointer<Cell> invalid_atlas;