Use pvs range for biomes (#14048)

Forgot it wasn't on that branch
This commit is contained in:
metalgearsloth
2023-02-12 16:37:02 +11:00
committed by GitHub
parent ea66b7806a
commit a6ea8f5d3b
2 changed files with 21 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ public abstract class SharedBiomeSystem : EntitySystem
[Dependency] protected readonly IPrototypeManager ProtoManager = default!;
[Dependency] protected readonly ITileDefinitionManager TileDefManager = default!;
protected const byte ChunkSize = 4;
protected const byte ChunkSize = 8;
// TODO: After I wrote all of this FastNoiseLite got ported so this needs updating for that don't @ me