diff options
| author | Mel <einebeere@gmail.com> | 2022-10-22 00:16:14 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2022-10-22 00:16:14 +0200 |
| commit | 7b20942c765334687fd5f58df4c0190601b97b58 (patch) | |
| tree | 771a9df76abf29b9fd43636584f01e7f6125490c /src/World/World.hpp | |
| parent | 20c53c7473fc6cc08944f502f078dfe57bcae1c9 (diff) | |
| download | meowcraft-7b20942c765334687fd5f58df4c0190601b97b58.tar.zst meowcraft-7b20942c765334687fd5f58df4c0190601b97b58.zip | |
Fix chunk index hash to show infinite world
Diffstat (limited to 'src/World/World.hpp')
| -rw-r--r-- | src/World/World.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/World/World.hpp b/src/World/World.hpp index 3453b18..f113bda 100644 --- a/src/World/World.hpp +++ b/src/World/World.hpp @@ -1,6 +1,7 @@ #pragma once #include <memory> +#include <unordered_map> #include <unordered_set> #include <utility> #include "Generator.hpp" |
