change to linear calculation

This commit is contained in:
DayBr3ak
2014-09-03 18:48:47 +02:00
parent 5a608dc279
commit d2bacc34f6
2 changed files with 7 additions and 9 deletions
+1 -2
View File
@@ -95,8 +95,7 @@ public:
~cBioGenMulticache();
protected:
size_t m_CachesLength;
size_t m_InternalCacheLength; // used internally only
size_t m_CachesLength;
std::vector<cBiomeGen*> m_Caches;
virtual void GenBiomes(int a_ChunkX, int a_ChunkZ, cChunkDef::BiomeMap & a_BiomeMap) override;