fix
This commit is contained in:
@@ -90,7 +90,7 @@ std::unique_ptr<ChunkPrototype> WorldGenerator::generatePrototype(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return std::make_unique<ChunkPrototype>(
|
return std::make_unique<ChunkPrototype>(
|
||||||
ChunkPrototypeLevel::HEIGHTMAP,
|
ChunkPrototypeLevel::BIOMES,
|
||||||
nullptr,
|
nullptr,
|
||||||
std::move(chunkBiomes));
|
std::move(chunkBiomes));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class Heightmap;
|
|||||||
struct Biome;
|
struct Biome;
|
||||||
|
|
||||||
enum class ChunkPrototypeLevel {
|
enum class ChunkPrototypeLevel {
|
||||||
BIOME, HEIGHTMAP
|
BIOMES, HEIGHTMAP
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ChunkPrototype {
|
struct ChunkPrototype {
|
||||||
|
|||||||
Reference in New Issue
Block a user