Voronoi-related biomegens use the new cVoronoiMap class.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
cVoronoiMap::cVoronoiMap(int a_Seed, int a_CellSize) :
|
||||
m_Noise(a_Seed * 13 + 7),
|
||||
m_Noise(a_Seed),
|
||||
m_CellSize(a_CellSize)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user