mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
Spatial Chunk Generation
This commit is contained in:
@ -83,7 +83,7 @@ class Game: GameDelegate {
|
||||
}
|
||||
|
||||
self.world.generateAdjacentChunksIfNeeded(position: self.player.position)
|
||||
self.world.update()
|
||||
self.world.update(priorityPosition: self.player.position)
|
||||
}
|
||||
|
||||
public static let material = Material(
|
||||
|
Reference in New Issue
Block a user