mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
fix significant oversights in noise & random
This commit is contained in:
@ -9,7 +9,7 @@ public class World {
|
||||
|
||||
private var _chunks: Dictionary<ChunkID, Chunk>
|
||||
private var _chunkDamage: Set<ChunkID>
|
||||
private var _generator: WorldGenerator
|
||||
private var _generator: any WorldGenerator
|
||||
private var _chunkGeneration: ChunkGeneration
|
||||
|
||||
public init() {
|
||||
|
Reference in New Issue
Block a user