Merge branch 'develop' into feature/custom-chunk-hash-table

This commit is contained in:
David Williams
2015-04-14 23:30:29 +02:00
2 changed files with 2 additions and 3 deletions

View File

@ -250,7 +250,7 @@ namespace PolyVox
uint16_t m_uXPosInChunk;
uint16_t m_uYPosInChunk;
uint16_t m_uZPosInChunk;
uint16_t m_uChunkSideLengthMinusOne;
const uint16_t m_uChunkSideLengthMinusOne;
};
#endif