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

@@ -48,6 +48,8 @@ namespace Voxel
public new void Tick()
{
_world.UpdateChunkLoading(Position);
previousPosition = Position;
float forwards = 0;