diff options
Diffstat (limited to 'src/World/Generator.hpp')
| -rw-r--r-- | src/World/Generator.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World/Generator.hpp b/src/World/Generator.hpp index 9ddac66..479089f 100644 --- a/src/World/Generator.hpp +++ b/src/World/Generator.hpp @@ -9,7 +9,7 @@ class Generator { public: Generator() = default; - Chunk generate(uint32_t x, uint32_t y); + Chunk generate(int64_t chunk_x, int64_t chunk_y); }; } |
