diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2025-05-31 19:39:20 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2025-08-13 21:11:06 +0200 |
| commit | 7e85868471c1970a5d2aa7540c75490d8f8215d3 (patch) | |
| tree | 4beb840ba65112f093c973bae1e7da4470a241ec /src/world.hpp | |
| parent | 9df9978ecc2ee90677291b4454756dbae2047057 (diff) | |
fix gcc compile-time error
Diffstat (limited to 'src/world.hpp')
| -rw-r--r-- | src/world.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.hpp b/src/world.hpp index a643de3b..01fc5cc9 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -67,7 +67,7 @@ private: public: explicit world(); ~world() noexcept; - explicit world(std::unordered_map<chunk_coords_, chunk>&& chunks); + explicit world(std::unordered_map<chunk_coords_, chunk, chunk_coords_hasher>&& chunks); struct pair_chunk_tile final { chunk& c; tile_ref t; }; // NOLINT |
