Fixed negative chunks invisible

This commit is contained in:
max
2025-12-14 23:54:22 +01:00
parent a1cdd6b5de
commit 35ecc36bdb
7 changed files with 118 additions and 40 deletions

View File

@@ -14,8 +14,8 @@ internal class Program
Console.WriteLine("Generating map...");
int worldSizeX = 8;
int worldSizeY = 8;
int worldSizeX = 2;
int worldSizeY = 2;
float maxI = worldSizeX * worldSizeY;
int i = 0;