1
0

Voronoi-related biomegens use the new cVoronoiMap class.

This commit is contained in:
madmaxoft
2013-11-27 21:42:13 +01:00
parent 187a0dbaa2
commit bec27617a2
3 changed files with 29 additions and 54 deletions

View File

@@ -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)
{
}