Stuff related to valid regions is being moved from BaseVolum to RawVolume, as PagedVolume is now infinite.

This commit is contained in:
David Williams
2015-03-04 22:42:14 +01:00
parent d3618ca688
commit bd6efe8c3c
11 changed files with 185 additions and 189 deletions

View File

@ -320,7 +320,7 @@ namespace PolyVox
uint32_t m_uChunkCountLimit;
// The size of the volume
Region m_regValidRegionInChunks;
//Region m_regValidRegionInChunks;
// The size of the chunks
uint16_t m_uChunkSideLength;