From 20c53c7473fc6cc08944f502f078dfe57bcae1c9 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 21 Oct 2022 17:46:35 +0200 Subject: Broken infinite world --- src/World/Generator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/World/Generator.hpp') 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); }; } -- cgit 1.4.1