diff options
Diffstat (limited to 'source/Generating/BioGen.h')
-rw-r--r-- | source/Generating/BioGen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Generating/BioGen.h b/source/Generating/BioGen.h index cdb05b92e..f2afc3e8c 100644 --- a/source/Generating/BioGen.h +++ b/source/Generating/BioGen.h @@ -47,7 +47,7 @@ class cBioGenCache : typedef cBiomeGen super; public: - cBioGenCache(cBiomeGen * a_BioGenToCache, int a_CacheSize); // Takes ownership of a_BioGenToCache + cBioGenCache(cBiomeGen * a_BioGenToCache, int a_CacheSize); // Doesn't take ownership of a_BioGenToCache ~cBioGenCache(); protected: |