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

This commit is contained in:
David Williams
2015-03-20 23:09:38 +01:00
parent 6419c5827b
commit 69f6f4ac37
3 changed files with 17 additions and 19 deletions

View File

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