Revert "Decided to always use a 64-bit chunk key, rather than trying to make it configurable."

This reverts commit 69f6f4ac37.
This commit is contained in:
David Williams
2015-03-21 14:40:57 +01:00
parent ceeb8f70ce
commit 92eaaae765
3 changed files with 19 additions and 17 deletions

View File

@ -36,4 +36,6 @@ freely, subject to the following restrictions:
//#define POLYVOX_ASSERTS_ENABLED
#define POLYVOX_THROW_ENABLED
typedef int32_t PagedVolumeChunkKeyIntType;
#endif