mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
turn the ChunkID type alias into a real type
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
public protocol WorldGenerator {
|
||||
mutating func reset(seed: UInt64)
|
||||
func makeChunk(id: SIMD3<Int>) -> Chunk
|
||||
func makeChunk(id: ChunkID) -> Chunk
|
||||
}
|
||||
|
||||
internal extension RandomProvider where Output == UInt64, Self: RandomSeedable, SeedType == UInt64 {
|
||||
|
Reference in New Issue
Block a user